T1 - The type of the first value held by this tupleT2 - The type of the second value held by this tupleT3 - The type of the third value held by this tupleT4 - The type of the fourth value held by this tupleT5 - The type of the fifth value held by this tupleT6 - The type of the sixth value held by this tuplepublic class Tuple6<T1,T2,T3,T4,T5,T6> extends Tuple5<T1,T2,T3,T4,T5>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
get(int index)
Get the object at the given index.
|
T6 |
getT6()
Type-safe way to get the sixth object of this
Tuples. |
int |
hashCode() |
java.util.Iterator<?> |
iterator() |
int |
size()
Return the number of elements in this Tuples.
|
java.lang.Object[] |
toArray()
Turn this Tuples into a plain Object array.
|
java.lang.String |
toString() |
public T6 getT6()
Tuples.@Nullable public java.lang.Object get(int index)
Tuple2public java.lang.Object[] toArray()
Tuple2@Nonnull public java.util.Iterator<?> iterator()
public int size()
Tuple2