Class LongSummaryStatisticsEncoding

All Implemented Interfaces:
Encoding<LongSummaryStatistics>, NaturalSortAware, Serializable, Comparator<LongSummaryStatistics>

public class LongSummaryStatisticsEncoding extends Concat4Encoding<LongSummaryStatistics,Long,Long,Long,Long>
Non-null LongSummaryStatistics type.

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

Instances are ordered by sum, count, min, max.

See Also:
  • Constructor Details

    • LongSummaryStatisticsEncoding

      public LongSummaryStatisticsEncoding()