public class GridTuple5<V1,V2,V3,V4,V5> extends Object implements Iterable<Object>, Externalizable, Cloneable
| Constructor and Description |
|---|
GridTuple5()
Empty constructor required by
Externalizable. |
GridTuple5(V1 v1,
V2 v2,
V3 v3,
V4 v4,
V5 v5)
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.
|
V4 |
get4()
Gets forth value.
|
V5 |
get5()
Gets fifth value.
|
int |
hashCode() |
Iterator<Object> |
iterator() |
void |
readExternal(ObjectInput in) |
void |
set(V1 val1,
V2 val2,
V3 val3,
V4 val4,
V5 val5)
Sets all values.
|
void |
set1(V1 v1)
Sets first value.
|
void |
set2(V2 v2)
Sets second value.
|
void |
set3(V3 v3)
Sets third value.
|
void |
set4(V4 v4)
Sets forth value.
|
void |
set5(V5 v5)
Sets fifth value.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridTuple5()
Externalizable.public void set(@Nullable V1 val1, @Nullable V2 val2, @Nullable V3 val3, @Nullable V4 val4, @Nullable V5 val5)
val1 - First value.val2 - Second value.val3 - Third value.val4 - Fourth value.val5 - Fifth 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.1.0-incubating Release Date : May 20 2015