T1
- the type of the 1st elementT2
- the type of the 2nd elementT3
- the type of the 3rd elementT4
- the type of the 4th elementT5
- the type of the 5th elementT6
- the type of the 6th elementpublic class Tuple6<T1,T2,T3,T4,T5,T6> extends Tuple5<T1,T2,T3,T4,T5>
Tuple
of 6 elements.Constructor and Description |
---|
Tuple6(T1 element1,
T2 element2,
T3 element3,
T4 element4,
T5 element5,
T6 element6)
Constructs a new
Tuple with the supplied elements. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T6 |
getElement6()
Returns the 6th element of this tuple.
|
int |
hashCode() |
void |
setElement6(T6 element6)
Sets the 6th element of this tuple.
|
int |
size()
Returns the number of elements of this tuple.
|
getElement5, setElement5
getElement4, setElement4
getElement3, setElement3
getElement2, setElement2
getElement1, setElement1
public T6 getElement6()
public void setElement6(T6 element6)
public int size()
Tuple