public class Tuple<A,B> extends Object
Tuple(A a, B b)
A
getA()
B
getB()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(A a, B b)
public A getA()
public B getB()