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)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair()
public Pair(K k, V v)
public final void setKey(K k)
public final void setValue(V v)
public final void set(K k, V v)
public final K getKey()
public final V getValue()
public String toString()
toString
Object