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