public class Pair<L,R> extends java.lang.Object
Pair(L left, R right)
boolean
equals(java.lang.Object o)
L
getLeft()
R
getRight()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(L left, R right)
public L getLeft()
public R getRight()
public int hashCode()
hashCode
java.lang.Object
public boolean equals(java.lang.Object o)
equals