|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumeratedSparseTreeNode | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol.sparsetree |
Uses of EnumeratedSparseTreeNode in com.microsoft.tfs.core.clients.versioncontrol.sparsetree |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.sparsetree that return EnumeratedSparseTreeNode | |
---|---|
EnumeratedSparseTreeNode<T> |
SparseTree.EnumSubTreeEnumerator.next()
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.sparsetree that return types with arguments of type EnumeratedSparseTreeNode | |
---|---|
java.lang.Iterable<EnumeratedSparseTreeNode<T>> |
SparseTree.EnumParents(java.lang.String token,
EnumParentsOptions options)
Queries the SparseTree for the parents of the provided token. |
java.lang.Iterable<EnumeratedSparseTreeNode<T>> |
SparseTree.EnumRoots()
This enumerates all the immediate children of the root node of the tree -- that is, all entries in the SparseTree which have no parent. |
java.lang.Iterable<EnumeratedSparseTreeNode<T>> |
SparseTree.EnumSubTree(java.lang.String token,
EnumSubTreeOptions options,
int depth)
This will enumerate the entire subtree of the path supplied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |