public class Pair<K,V> extends java.lang.Object
Pair(K key, V value)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(K key, V value)
public K getKey()
public V getValue()
public void setKey(K key)
public void setValue(V value)
public java.lang.String toString()
toString
java.lang.Object