public class T4<V1,V2,V3,V4> extends GridTuple4<V1,V2,V3,V4>
alias for GridTuple4 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 GridTuple4.GridFunc,
GridTuple,
Serialized Form| Constructor and Description |
|---|
T4()
Empty constructor required by
Externalizable. |
T4(V1 val1,
V2 val2,
V3 val3,
V4 val4)
Fully initializes this tuple.
|
clone, equals, get1, get2, get3, get4, hashCode, iterator, readExternal, set, set1, set2, set3, set4, toString, writeExternalfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic T4()
Externalizable.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018