T1
- The type held by this tuplepublic class Tuple1<T1> extends Tuple
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.
|
T1 |
getT1()
Type-safe way to get the first 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, size
public final T1 t1
public T1 getT1()
Tuple
.@Nullable public java.lang.Object get(int index)
Tuple
public java.lang.Object[] toArray()
Tuple
@Nonnull public java.util.Iterator<?> iterator()
public java.lang.String toString()
toString
in class java.lang.Object