Class LongArrayEncoding

All Implemented Interfaces:
Encoding<long[]>, NaturalSortAware, Serializable, Comparator<long[]>

public class LongArrayEncoding extends IntegralArrayEncoding<long[],Long>
long[] primitive array type. Does not support null arrays.
See Also: