public class TupleN extends Tuple8
Modifier and Type | Field and Description |
---|---|
java.lang.Object[] |
entries |
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.
|
java.lang.Object |
getT1()
Type-safe way to get the first object of this
Tuple . |
java.lang.Object |
getT2()
Type-safe way to get the second object of this
Tuple . |
java.lang.Object |
getT3()
Type-safe way to get the third object of this
Tuple . |
java.lang.Object |
getT4()
Type-safe way to get the fourth object of this
Tuple . |
java.lang.Object |
getT5()
Type-safe way to get the fifth object of this
Tuple . |
java.lang.Object |
getT6()
Type-safe way to get the sixth object of this
Tuple . |
java.lang.Object |
getT7()
Type-safe way to get the seventh object of this
Tuple . |
java.lang.Object |
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, size
@Nullable public java.lang.Object get(int index)
Tuple
public java.lang.Object[] toArray()
Tuple
public java.lang.Object getT8()
Tuple8
Tuple
.public java.lang.Object getT7()
Tuple7
Tuple
.public java.lang.Object getT6()
Tuple6
Tuple
.public java.lang.Object getT5()
Tuple5
Tuple
.public java.lang.Object getT4()
Tuple4
Tuple
.public java.lang.Object getT3()
Tuple3
Tuple
.public java.lang.Object getT2()
Tuple2
Tuple
.public java.lang.Object getT1()
Tuple1
Tuple
.@Nonnull public java.util.Iterator<?> iterator()