public class ImmutableTuple<A,B> extends java.lang.Object implements Tuple<A,B>
ImmutableTuple(A a, B b)
A
getA()
B
getB()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFirst, getLeft, getRight, getSecond, immutable, mutable
public ImmutableTuple(A a, B b)
public A getA()
getA
Tuple<A,B>
public B getB()
getB