public class Pair<K,V> extends java.util.AbstractMap.SimpleEntry<K,V>
Pair(K key, V value)
equals, getKey, getValue, hashCode, setValue, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K key, V value)