public final class Tuple5<A,B,C,D,E> extends Tuple
| 限定符和类型 | 方法和说明 |
|---|---|
Tuple5<A,B,C,D,E> |
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> |
of(A a,
B b,
C c,
D d,
E e) |
<T> void |
set(T value,
int index)
Set the value at the given index.
|
public static <A,B,C,D,E> Tuple5<A,B,C,D,E> of(A a, B b, C c, D d, E e)
public <T> T get(int index)
Tuplepublic <T> void set(T value,
int index)
Tuplepublic int length()
TupleCopyright © 2023. All rights reserved.