Class SVNRangeTree
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.delta.SVNRangeTree
-
public class SVNRangeTree extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SVNRangeTree.SVNRangeListNode
static class
SVNRangeTree.SVNRangeTreeNode
-
Constructor Summary
Constructors Constructor Description SVNRangeTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNRangeTree.SVNRangeListNode
buildRangeList(int offset, int limit)
void
dispose()
void
disposeList(SVNRangeTree.SVNRangeListNode head)
void
insert(int offset, int limit, int targetOffset)
void
splay(int offset)
-
-
-
Method Detail
-
disposeList
public void disposeList(SVNRangeTree.SVNRangeListNode head)
-
dispose
public void dispose()
-
buildRangeList
public SVNRangeTree.SVNRangeListNode buildRangeList(int offset, int limit) throws SVNException
- Throws:
SVNException
-
splay
public void splay(int offset) throws SVNException
- Throws:
SVNException
-
insert
public void insert(int offset, int limit, int targetOffset) throws SVNException
- Throws:
SVNException
-
-