Class Tuple2<E0,​E1>

java.lang.Object
com.hazelcast.jet.datamodel.Tuple2<E0,​E1>
Type Parameters:
E0 - the type of the field 0
E1 - the type of the field 1
All Implemented Interfaces:
Map.Entry<E0,​E1>

public final class Tuple2<E0,​E1>
extends Object
implements Map.Entry<E0,​E1>
An immutable 2-tuple (pair) of statically typed fields. Also implements Map.Entry.
Since:
3.0