public class Eightple<A,B,C,D,E,F,G,H> extends Tuple implements HasEightple<A,B,C,D,E,F,G,H>
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Constructor and Description |
|---|
Eightple() |
Eightple(A a,
B b,
C c,
D d,
E e,
F f,
G g,
H h) |
| Modifier and Type | Method and Description |
|---|---|
H |
getEight() |
E |
getFive() |
D |
getFour() |
A |
getOne() |
G |
getSeven() |
F |
getSix() |
C |
getThree() |
B |
getTwo() |
Copyright © 2020. All rights reserved.