Pair()
Pair(X x, Y y)
static <X, Y> Pair<X,Y>
create(X x, Y y)
boolean
equals(Object obj)
X
getX()
Y
getY()
int
hashCode()
void
setX(X x)
setY(Y y)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hashCode
Object
equals
toString