public class Threeple<A,B,C> extends Tuple implements HasThreeple<A,B,C>
static int
SIZE
Threeple()
Threeple(A a, B b, C c)
A
getOne()
C
getThree()
B
getTwo()
equals, get, getLength, hashCode, set, set, toString, toTuple
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static int SIZE
public Threeple()
public Threeple(A a, B b, C c)
public A getOne()
getOne
HasOneple<A>
public B getTwo()
getTwo
HasTwople<A,B>
public C getThree()
getThree
HasThreeple<A,B,C>
Copyright © 2020. All rights reserved.