Package com.microsoft.tfs.core.clients.versioncontrol.sparsetree

Interface Summary
SparseTree.EnumNodeCallback<T> The EnumNodeCallback is used when enumerating the nodes in the store.
SparseTree.ModifyInPlaceCallback<T> The ModifyInPlaceCallback is used when a caller wants to look up a node in the tree with a certain token and then change the referenced object for that token, with only a single lookup in the tree.
 

Class Summary
EnumeratedSparseTreeNode<X>  
EnumParentsOptions  
EnumSubTreeOptions  
KeyValuePair<KeyT,ValueT>  
SparseTree<T>  
SparseTreeAdditionalData The SparseTree EnumParents and EnumSubTree methods can return additional data back to the caller, if a SparseTreeAdditionalData object is provided to the enumeration function.
SparseTreeNode<X>  
SparseTreeRange  
 

Exception Summary
KeyNotFoundException  
 



© 2015 Microsoft. All rights reserved.