public class T3<V1,V2,V3> extends GridTuple3<V1,V2,V3>
alias for GridTuple3 by extending it. Since Java doesn't provide type aliases
(like Scala, for example) we resort to these types of measures. This is intended to provide for more
concise code in cases when readability won't be sacrificed. For more information see GridTuple3.GridFunc,
GridTuple,
Serialized Form| Constructor and Description |
|---|
T3()
Empty constructor required by
Externalizable. |
T3(V1 val1,
V2 val2,
V3 val3)
Fully initializes this tuple.
|
clone, equals, get1, get2, get3, hashCode, iterator, readExternal, set, set1, set2, set3, toString, writeExternalpublic T3()
Externalizable.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016