private final A
first
private final B
second
Tuple(A first, B second)
static <A, B> Tuple<A,B>
create(A a, B b)
A
fst()
B
snd()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object