private final A
first
private final B
second
Pair(A first, B second)
static <A, B> Pair<A,B>
create(A first, B second)
boolean
equals(Object obj)
A
first()
int
hashCode()
of(A a, B b)
B
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hashCode
Object
equals
toString