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) |
public GridTuple3()
Externalizable.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. 1.0.0 Release Date : March 31 2015