public final class Tuple8<A,B,C,D,E,F,G,H> extends Tuple
| 限定符和类型 | 方法和说明 |
|---|---|
Tuple8<A,B,C,D,E,F,G,H> |
copy()
Returns a copy of this instance.
|
<T> T |
get(int index)
Get the object at the given index.
|
int |
length()
Returns int value of this tuple elements count.
|
static <A,B,C,D,E,F,G,H> |
of(A a,
B b,
C c,
D d,
E e,
F f,
G g,
H h) |
<T> void |
set(T value,
int index)
Set the value at the given index.
|
public A a
public B b
public C c
public D d
public E e
public F f
public G g
public H h
public static <A,B,C,D,E,F,G,H> Tuple8<A,B,C,D,E,F,G,H> of(A a, B b, C c, D d, E e, F f, G g, H h)
public <T> T get(int index)
Tuplepublic <T> void set(T value,
int index)
Tuplepublic int length()
TupleCopyright © 2023. All rights reserved.