Package com.hazelcast.jet.datamodel
Class Tuple5<E0,E1,E2,E3,E4>
java.lang.Object
com.hazelcast.jet.datamodel.Tuple5<E0,E1,E2,E3,E4>
- Type Parameters:
E0
- the type of the field 0E1
- the type of the field 1E2
- the type of the field 2E3
- the type of the field 3E4
- the type of the field 4
An immutable 5-tuple of statically typed fields.
- Since:
- Jet 3.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
f0()
Returns the value of the field 0.f1()
Returns the value of the field 1.f2()
Returns the value of the field 2.f3()
Returns the value of the field 3.f4()
Returns the value of the field 4.int
hashCode()
toString()
static <E0,
E1, E2, E3, E4>
Tuple5<E0,E1, E2, E3, E4> tuple5
(E0 f0, E1 f1, E2 f2, E3 f3, E4 f4) Returns a new 5-tuple with the supplied values.
-
Method Details
-
tuple5
public static <E0,E1, Tuple5<E0,E2, E3, E4> E1, tuple5E2, E3, E4> (@Nullable E0 f0, @Nullable E1 f1, @Nullable E2 f2, @Nullable E3 f3, @Nullable E4 f4) Returns a new 5-tuple with the supplied values. -
f0
Returns the value of the field 0. -
f1
Returns the value of the field 1. -
f2
Returns the value of the field 2. -
f3
Returns the value of the field 3. -
f4
Returns the value of the field 4. -
equals
-
hashCode
public int hashCode() -
toString
-