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