T1 - The type held by this tuplepublic class Tuple1<T1> extends Tuple
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(int index)
Get the object at the given index.
|
T1 |
getT1()
Type-safe way to get the first 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 T1 t1
public T1 getT1()
Tuple.@Nullable public Object get(int index)
Tuplepublic Object[] toArray()
TupleCopyright © 2016. All rights reserved.