Constructor and Description |
---|
Quintuple(A a,
B b,
C c,
D d,
E e)
Initialise a quintuple with the given five values.
|
Modifier and Type | Method and Description |
---|---|
A |
get0() |
B |
get1() |
C |
get2() |
D |
get3() |
E |
get4() |