Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.pgm.debug |
Modifier and Type | Field and Description |
---|---|
private DirCacheTree[] |
DirCacheTree.children
Child trees, if any, sorted by
encodedName . |
protected DirCacheTree |
DirCacheIterator.currentSubtree
The subtree containing
DirCacheIterator.currentEntry if this is first entry. |
private static DirCacheTree[] |
DirCacheTree.NO_CHILDREN |
private DirCacheTree |
DirCacheTree.parent
Tree this tree resides in; null if we are the root.
|
private DirCacheTree |
DirCache.tree
Cache tree for this index; null if the cache tree is not available.
|
private DirCacheTree |
DirCacheIterator.tree
The tree this iterator is walking.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<DirCacheTree> |
DirCacheTree.TREE_CMP |
Modifier and Type | Method and Description |
---|---|
DirCacheTree |
DirCache.getCacheTree(boolean build)
Obtain (or build) the current cache tree structure.
|
DirCacheTree |
DirCacheTree.getChild(int i)
Get the i-th child cache tree.
|
Modifier and Type | Method and Description |
---|---|
private void |
DirCacheTree.insertChild(int stIdx,
DirCacheTree st) |
private static int |
DirCacheTree.namecmp(byte[] a,
int aPos,
DirCacheTree ct) |
Constructor and Description |
---|
DirCacheBuildIterator(DirCacheBuildIterator p,
DirCacheTree dct) |
DirCacheIterator(DirCacheIterator p,
DirCacheTree dct) |
DirCacheTree(byte[] in,
MutableInteger off,
DirCacheTree myParent) |
DirCacheTree(DirCacheTree myParent,
byte[] path,
int pathOff,
int pathLen) |
Modifier and Type | Method and Description |
---|---|
private void |
ShowCacheTree.show(DirCacheTree tree) |
private void |
MakeCacheTree.show(DirCacheTree tree) |