Class SortedByteArrays

All Implemented Interfaces:
Iterable<byte[]>, Collection<byte[]>, List<byte[]>, RandomAccess

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