public class Triplet<A,B,C> extends Pair<A,B>
Triplet(A a, B b, C c)
C
getThird()
Triplet<A,B,C>
setThird(C third)
getFirst, getSecond, setFirst, setSecond
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Triplet(A a, B b, C c)
public C getThird()
public Triplet<A,B,C> setThird(C third)