public class Tuple<T,U> extends java.lang.Object
T
a
U
b
Tuple(T a, U b)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T a
public final U b
public Tuple(T a, U b)