Class 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.