Summary:
Detail:
private A
first
private B
second
Pair()
Pair(A first, B second)
static <A, B> Pair<A,B>
create(A first, B second)
boolean
equals(Object obj)
A
fst()
int
hashCode()
void
setFirst(A first)
setSecond(B second)
B
snd()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toString
Object
equals
hashCode