Class ByteArrayEncoding

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

public class ByteArrayEncoding extends IntegralArrayEncoding<byte[],Byte>
byte[] primitive array type. Does not support null arrays.
See Also: