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