public class Pair<A,B> extends java.lang.Object
private A
a
private B
b
Pair(A a, B b)
A
getA()
B
getB()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final A a
private final B b
public Pair(A a, B b)
public A getA()
public B getB()