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 classSVNRangeTree.SVNRangeListNodestatic classSVNRangeTree.SVNRangeTreeNode
-
Constructor Summary
Constructors Constructor Description SVNRangeTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNRangeTree.SVNRangeListNodebuildRangeList(int offset, int limit)voiddispose()voiddisposeList(SVNRangeTree.SVNRangeListNode head)voidinsert(int offset, int limit, int targetOffset)voidsplay(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
-
-