com.microsoft.tfs.core.clients.versioncontrol.sparsetree
Class KeyValuePair<KeyT,ValueT>

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.sparsetree.KeyValuePair<KeyT,ValueT>

public class KeyValuePair<KeyT,ValueT>
extends java.lang.Object


Constructor Summary
KeyValuePair(KeyT key, ValueT value)
           
 
Method Summary
 KeyT getKey()
           
 ValueT getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair(KeyT key,
                    ValueT value)
Method Detail

getKey

public KeyT getKey()

getValue

public ValueT getValue()


© 2015 Microsoft. All rights reserved.