A
B
C
public class Triple<A,B,C> extends Tuple<A,Pair<B,C>>
Triple(A a, B b, C c)
get0()
get1()
get2()
equals, getHead, getSize, getTail, hasTail, mapHead, mapTail, next, prepend, setHead, setTail, tailCounter, toString, toSubStrings
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Triple(A a, B b, C c)
a
b
c
public A get0()
public B get1()
public C get2()