public final class Tuple9<A,B,C,D,E,F,G,H,I> extends Tuple
| 限定符和类型 | 字段和说明 |
|---|---|
A |
a |
B |
b |
C |
c |
D |
d |
E |
e |
F |
f |
G |
g |
H |
h |
I |
i |
HASH_FACTOR| 限定符和类型 | 方法和说明 |
|---|---|
Tuple9<A,B,C,D,E,F,G,H,I> |
copy()
Returns a copy of this instance.
|
boolean |
eq(Object a,
Object b,
Object c,
Object d,
Object e,
Object f,
Object g,
Object h,
Object i) |
boolean |
equals(Object obj)
Override the Object equals method as abstract.
|
<T> T |
get(int index)
Get the object at the given index.
|
int |
hashCode()
Override the Object hashCode method as abstract.
|
int |
length()
Returns int value of this tuple elements count.
|
static <A,B,C,D,E,F,G,H,I> |
of(A a,
B b,
C c,
D d,
E e,
F f,
G g,
H h,
I i) |
<T> void |
set(T value,
int index)
Set the value at the given index.
|
Object[] |
toArray()
Turn this
Tuple into a plain Object[]. |
String |
toString()
Override the Object toString method as abstract.
|
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 I i
public static <A,B,C,D,E,F,G,H,I> Tuple9<A,B,C,D,E,F,G,H,I> of(A a, B b, C c, D d, E e, F f, G g, H h, I i)
public <T> T get(int index)
Tuplepublic <T> void set(T value,
int index)
Tuplepublic Object[] toArray()
TupleTuple into a plain Object[].
The array isn't tied to this Tuple but is a copy.public boolean equals(Object obj)
Tuplepublic boolean eq(Object a, Object b, Object c, Object d, Object e, Object f, Object g, Object h, Object i)
public int hashCode()
Tuplepublic int length()
TupleCopyright © 2022. All rights reserved.