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