public class GridTuple3<V1,V2,V3> extends Object implements Iterable<Object>, Externalizable, Cloneable
| Constructor and Description |
|---|
GridTuple3()
Empty constructor required by
Externalizable. |
GridTuple3(V1 val1,
V2 val2,
V3 val3)
Fully initializes this tuple.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object o) |
V1 |
get1()
Gets first value.
|
V2 |
get2()
Gets second value.
|
V3 |
get3()
Gets third value.
|
int |
hashCode() |
Iterator<Object> |
iterator() |
void |
readExternal(ObjectInput in) |
void |
set(V1 val1,
V2 val2,
V3 val3)
Sets all values.
|
void |
set1(V1 val1)
Sets first value.
|
void |
set2(V2 val2)
Sets second value.
|
void |
set3(V3 val3)
Sets third value.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GridTuple3()
Externalizable.@Nullable public V1 get1()
@Nullable public V2 get2()
@Nullable public V3 get3()
public void set1(@Nullable
V1 val1)
val1 - First value.public void set2(@Nullable
V2 val2)
val2 - Second value.public void set3(@Nullable
V3 val3)
val3 - Third value.public void set(@Nullable
V1 val1,
@Nullable
V2 val2,
@Nullable
V3 val3)
val1 - First value.val2 - Second value.val3 - Third value.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018