public class Pair<K,V> extends java.lang.Object
K
key
V
value
Pair(K k, V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public K key
public V value
public Pair(K k, V v)