public class Pair<A,B> extends Object
Pair(A a, B b)
A
getFirst()
B
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(A a, B b)
public A getFirst()
public B getSecond()