public class Pair<A,B> extends java.lang.Object
Pair()
Pair(A first, B second)
A
getFirst()
B
getSecond()
void
setFirst(A first)
setSecond(B second)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(A first, B second)
public A getFirst()
public void setFirst(A first)
public B getSecond()
public void setSecond(B second)