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 tuplepublic class Tuple3<T1,T2,T3> extends Tuple2<T1,T2>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(int index)
Get the object at the given index.
|
T3 |
getT3()
Type-safe way to get the third object of this
Tuple. |
int |
hashCode() |
Iterator<?> |
iterator() |
Object[] |
toArray()
Turn this Tuple into a plain Object array.
|
String |
toString() |
empty, of, of, of, of, of, of, of, of, of, of, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic final T3 t3
public T3 getT3()
Tuple.@Nullable public Object get(int index)
Tuplepublic Object[] toArray()
TupleCopyright © 2016. All rights reserved.