V - Type of the free variable.public class T1<V> extends GridTuple<V>
alias for GridTuple 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 GridTuple.GridFunc,
GridTuple,
Serialized Form| Constructor and Description |
|---|
T1()
Empty constructor required by
Externalizable. |
T1(V val)
Constructs mutable object with given value.
|
clone, equals, get, hashCode, iterator, readExternal, set, toString, writeExternalfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic T1()
Externalizable.public T1(V val)
val - Wrapped value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021