public class Pair<L,R> extends Object
Pair(L left, R right)
boolean
equals(Object obj)
L
getLeft()
R
getRight()
int
hashCode()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Pair(L left, R right)
public L getLeft()
public R getRight()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString