public class Pair<N,V> extends Object
Pair(N left, V right)
N
getLeft()
V
getRight()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(N left, V right)
public N getLeft()
public V getRight()
public String toString()
toString
Object