Class T6<V1,V2,V3,V4,V5,V6>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.GridTuple6<V1,V2,V3,V4,V5,V6>
-
- org.apache.ignite.internal.util.typedef.T6<V1,V2,V3,V4,V5,V6>
-
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,Iterable<Object>
public class T6<V1,V2,V3,V4,V5,V6> extends GridTuple6<V1,V2,V3,V4,V5,V6>
DefinesaliasforGridTuple6by 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 seeGridTuple6.- See Also:
GridFunc,GridTuple, Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.lang.GridTuple6
clone, equals, get1, get2, get3, get4, get5, get6, hashCode, iterator, readExternal, set, set1, set2, set3, set4, set5, set6, 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
-
-