K
V
public class Tuple<K,V> extends Object
Tuple(K key, V value)
key()
void
key(K key)
value()
value(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(K key, V value)
key
value
public K key()
public void key(K key)
public V value()
public void value(V value)