Class SVNRangeTree.SVNRangeListNode
java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNRangeTree.SVNRangeListNode
- Enclosing class:
- SVNRangeTree
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
static int
int
int
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
FROM_SOURCE
public static int FROM_SOURCE -
FROM_TARGET
public static int FROM_TARGET -
kind
public int kind -
offset
public int offset -
limit
public int limit -
targetOffset
public int targetOffset -
prev
-
next
-
head
-
-
Constructor Details
-
SVNRangeListNode
public SVNRangeListNode(int kind, int offset, int limit, int target)
-
-
Method Details
-
append
-