public class Triple<A,B,C> extends Pair<A,B>
Triple(A first, B second, C third)
C
getThird()
getFirst, getSecond, setFirst, setSecond
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Triple(A first, B second, C third)
public C getThird()
Copyright © 2017. All Rights Reserved.