public class Tuple<K,V> extends Object
K
key
V
value
String
toString()
static <K,V>Tuple<K,V>
tuple(K key, V value)
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final K key
public final V value
public static <K,V> Tuple<K,V> tuple(K key, V value)
public String toString()
toString
Object