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