com.microsoft.tfs.core.clients.versioncontrol.sparsetree
Interface SparseTree.ModifyInPlaceCallback<T>

Enclosing class:
SparseTree<T>

public static interface 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.


Method Summary
 T invoke(java.lang.String token, T referencedObject, java.lang.Object param)
           
 

Method Detail

invoke

T invoke(java.lang.String token,
         T referencedObject,
         java.lang.Object param)


© 2015 Microsoft. All rights reserved.