Class Tuple3<E0,​E1,​E2>

java.lang.Object
com.hazelcast.jet.datamodel.Tuple3<E0,​E1,​E2>
Type Parameters:
E0 - the type of the field 0
E1 - the type of the field 1
E2 - the type of the field 2

public final class Tuple3<E0,​E1,​E2>
extends Object
An immutable 3-tuple (triple) of statically typed fields.
Since:
3.0