public class Pair extends java.lang.Object
Pair()
Pair(int first, int second)
int
getFirst()
getSecond()
void
setFirst(int value)
setSecond(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(int first, int second)
public void setFirst(int value)
public int getFirst()
public void setSecond(int value)
public int getSecond()