T1
- The type of the first non-null value held by this tupleT2
- The type of the second non-null value held by this tupleT3
- The type of the third non-null value held by this tupleT4
- The type of the fourth non-null value held by this tupleT5
- The type of the fifth non-null value held by this tuplepublic class Tuple5<T1,T2,T3,T4,T5> extends Tuple4<T1,T2,T3,T4>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
get(int index)
Get the object at the given index.
|
T5 |
getT5()
Type-safe way to get the fifth object of this
Tuples . |
int |
hashCode() |
int |
size()
Return the number of elements in this Tuples.
|
Object[] |
toArray()
Turn this Tuples into a plain Object array.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public T5 getT5()
Tuples
.@Nullable public Object get(int index)
Tuple2
public Object[] toArray()
Tuple2