Class T3<V1,V2,V3>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.GridTuple3<V1,V2,V3>
-
- org.apache.ignite.internal.util.typedef.T3<V1,V2,V3>
-
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,Iterable<Object>
public class T3<V1,V2,V3> extends GridTuple3<V1,V2,V3>
DefinesaliasforGridTuple3by 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 seeGridTuple3.- See Also:
GridFunc,GridTuple, Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.lang.GridTuple3
clone, equals, get1, get2, get3, hashCode, iterator, readExternal, set, set1, set2, set3, 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
-
T3
public T3()
Empty constructor required byExternalizable.
-
-