public class Fourple<A,B,C,D> extends Tuple implements HasFourple<A,B,C,D>
static int
SIZE
Fourple()
Fourple(A a, B b, C c, D d)
D
getFour()
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 Fourple()
public Fourple(A a, B b, C c, D d)
public A getOne()
getOne
HasOneple<A>
public B getTwo()
getTwo
HasTwople<A,B>
public C getThree()
getThree
HasThreeple<A,B,C>
public D getFour()
getFour
HasFourple<A,B,C,D>
Copyright © 2020. All rights reserved.