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