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 tupleT7 - The type of the seventh value held by this tupleT8 - The type of the eighth value held by this tuplepublic class Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> extends Tuple7<T1,T2,T3,T4,T5,T6,T7>
| 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.
|
T8 |
getT8()
Type-safe way to get the eighth object of this
Tuple. |
int |
hashCode() |
java.util.Iterator<?> |
iterator() |
java.lang.Object[] |
toArray()
Turn this Tuple into a plain Object array.
|
java.lang.String |
toString() |
empty, of, of, of, of, of, of, of, of, of, of, sizepublic final T8 t8
public T8 getT8()
Tuple.@Nullable public java.lang.Object get(int index)
Tuplepublic java.lang.Object[] toArray()
Tuple@Nonnull public java.util.Iterator<?> iterator()
public boolean equals(java.lang.Object o)