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)
Tuplepublic java.lang.Object[] toArray()
Tuplepublic java.lang.Object getT8()
Tuple8Tuple.public java.lang.Object getT7()
Tuple7Tuple.public java.lang.Object getT6()
Tuple6Tuple.public java.lang.Object getT5()
Tuple5Tuple.public java.lang.Object getT4()
Tuple4Tuple.public java.lang.Object getT3()
Tuple3Tuple.public java.lang.Object getT2()
Tuple2Tuple.public java.lang.Object getT1()
Tuple1Tuple.@Nonnull public java.util.Iterator<?> iterator()