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, size
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public final Object[] entries
@Nullable public Object get(int index)
Tuple
public Object[] toArray()
Tuple
public Object getT8()
Tuple8
Tuple
.public Object getT7()
Tuple7
Tuple
.public Object getT6()
Tuple6
Tuple
.public Object getT5()
Tuple5
Tuple
.public Object getT4()
Tuple4
Tuple
.public Object getT3()
Tuple3
Tuple
.public Object getT2()
Tuple2
Tuple
.public Object getT1()
Tuple1
Tuple
.Copyright © 2016. All rights reserved.