private final X
x
private final Y
y
Pair(X x, Y y)
boolean
equals(Object o)
X
getFirst()
Y
getSecond()
int
hashCode()
static <A, B> Pair<A,B>
make(A a, B b)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString