Uses of Class
org.tmatesoft.svn.core.internal.delta.SVNXDeltaAlgorithm.Match
-
Packages that use SVNXDeltaAlgorithm.Match Package Description org.tmatesoft.svn.core.internal.delta -
-
Uses of SVNXDeltaAlgorithm.Match in org.tmatesoft.svn.core.internal.delta
Methods in org.tmatesoft.svn.core.internal.delta that return SVNXDeltaAlgorithm.Match Modifier and Type Method Description private static SVNXDeltaAlgorithm.Match
SVNXDeltaAlgorithm. findMatch(java.util.Map matchesTable, SVNXDeltaAlgorithm.PseudoAdler32 checksum, byte[] a, int aLength, byte[] b, int bLength, int bPos, SVNXDeltaAlgorithm.Match previousInsertion)
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNXDeltaAlgorithm.Match Modifier and Type Method Description private static SVNXDeltaAlgorithm.Match
SVNXDeltaAlgorithm. findMatch(java.util.Map matchesTable, SVNXDeltaAlgorithm.PseudoAdler32 checksum, byte[] a, int aLength, byte[] b, int bLength, int bPos, SVNXDeltaAlgorithm.Match previousInsertion)
-