Class SVNXDeltaAlgorithm.Match
java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNXDeltaAlgorithm.Match
- Enclosing class:
- SVNXDeltaAlgorithm
private static class SVNXDeltaAlgorithm.Match
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
position
public int position -
length
public int length -
advance
public int advance
-
-
Constructor Details
-
Match
public Match(int p, int l)
-