Class Tuple2Encoding<V1,V2>

All Implemented Interfaces:
Encoding<Tuple2<V1,V2>>, NaturalSortAware, Serializable, Comparator<Tuple2<V1,V2>>

public class Tuple2Encoding<V1,V2> extends TupleEncoding<Tuple2<V1,V2>>
Non-null Encoding for a Tuple2 created by concatenating the component Encodings.

Null values are not supported by this class and there is no default value.

See Also: