Interface DictPair<K,V>


public interface DictPair<K,V>

A simple interface for key-value pairs.


Method Summary
 K getKey()
           
 V getValue()
           
 

Method Detail

getKey

K getKey()

getValue

V getValue()