public class Tuple8<A,B,C,D,E,F,G,H> extends Tuple
| Constructor and Description |
|---|
Tuple8(A one,
B two,
C three,
D four,
E five,
F six,
G seven,
H eight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
H |
getEight() |
E |
getFive() |
D |
getFour() |
A |
getOne() |
G |
getSeven() |
F |
getSix() |
C |
getThree() |
B |
getTwo() |
int |
hashCode() |
String |
toString() |
createTupleCopyright © 2015. All Rights Reserved.