Class SortedByteArrays

java.lang.Object
java.util.AbstractCollection<byte[]>
java.util.AbstractList<byte[]>
io.datarouter.bytes.ByteArrays
io.datarouter.bytes.SortedByteArrays
All Implemented Interfaces:
Iterable<byte[]>, Collection<byte[]>, List<byte[]>, RandomAccess, SequencedCollection<byte[]>

public class SortedByteArrays extends ByteArrays
Restricts the input arrays to being ordered lexicographically, enabling binary search.