Class PrimitiveWrapperEncoding<T>

Type Parameters:
T - Java primitive wrapper type
All Implemented Interfaces:
Encoding<T>, NaturalSortAware, Serializable, Comparator<T>

public class PrimitiveWrapperEncoding<T> extends NullSafeEncoding<T>
Primitive wrapper type.
See Also:
  • Constructor Details

    • PrimitiveWrapperEncoding

      public PrimitiveWrapperEncoding(PrimitiveEncoding<T> primitiveType)