public class TupleN extends Tuple8
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(int index)
Get the object at the given index.
|
Object |
getT1()
Type-safe way to get the first object of this
Tuple. |
Object |
getT2()
Type-safe way to get the second object of this
Tuple. |
Object |
getT3()
Type-safe way to get the third object of this
Tuple. |
Object |
getT4()
Type-safe way to get the fourth object of this
Tuple. |
Object |
getT5()
Type-safe way to get the fifth object of this
Tuple. |
Object |
getT6()
Type-safe way to get the sixth object of this
Tuple. |
Object |
getT7()
Type-safe way to get the seventh object of this
Tuple. |
Object |
getT8()
Type-safe way to get the eighth 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 Object[] entries
@Nullable public Object get(int index)
Tuplepublic Object[] toArray()
Tuplepublic Object getT8()
Tuple8Tuple.public Object getT7()
Tuple7Tuple.public Object getT6()
Tuple6Tuple.public Object getT5()
Tuple5Tuple.public Object getT4()
Tuple4Tuple.public Object getT3()
Tuple3Tuple.public Object getT2()
Tuple2Tuple.public Object getT1()
Tuple1Tuple.Copyright © 2016. All rights reserved.