public class Pair<K,V> extends Object
Pair()
Pair(K k, V v)
K
getKey()
V
getValue()
void
set(K k, V v)
setKey(K k)
setValue(V v)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(K k, V v)
public void setKey(K k)
public void setValue(V v)
public void set(K k, V v)
public K getKey()
public V getValue()