public class ImmutableTriple<A,B,C> extends java.lang.Object implements Triple<A,B,C>
ImmutableTriple(A a, B b, C c)
A
getA()
B
getB()
C
getC()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFirst, getLeft, getMiddle, getRight, getSecond, getThird, immutable, mutable
public ImmutableTriple(A a, B b, C c)
public A getA()
getA
Triple<A,B,C>
public B getB()
getB
public C getC()
getC