Class T4<V1,V2,V3,V4>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.GridTuple4<V1,V2,V3,V4>
-
- org.apache.ignite.internal.util.typedef.T4<V1,V2,V3,V4>
-
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,Iterable<Object>
public class T4<V1,V2,V3,V4> extends GridTuple4<V1,V2,V3,V4>
DefinesaliasforGridTuple4by 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 seeGridTuple4.- See Also:
GridFunc,GridTuple, Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.lang.GridTuple4
clone, equals, get1, get2, get3, get4, hashCode, iterator, readExternal, set, set1, set2, set3, set4, toString, writeExternal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
T4
public T4()
Empty constructor required byExternalizable.
-
-