public class Pair<K,V> extends java.lang.Object
Pair()
Pair(K left, V right)
K
getLeft()
V
getRight()
void
setLeft(K left)
setRight(V right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(K left, V right)
public K getLeft()
public void setLeft(K left)
public V getRight()
public void setRight(V right)