Class IntegerArrayEncoding

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

public class IntegerArrayEncoding extends IntegralArrayEncoding<int[],Integer>
int[] primitive array type. Does not support null arrays.
See Also: