| Class | Description |
|---|---|
| ArrayVector | |
| BitIntSet |
A series of utility functions that use a bit-vector to store a sorted set of integers with bit-lengths within [1,64].
|
| Bits | |
| BitVector |
Static methods which implement bit-range operations over a bit-vector stored within a long[].
|
| CharSequences | |
| Encodings | |
| Functions |
Created by zach on 2/19/18.
|
| IntIterators | |
| Iterators | |
| Iterators.IteratorStack<V> |
A utility class for dynamically appending and prepending iterators to a collection, which itself can be iterated
over.
|
| UnicodeChunk |
An immutable UTF-8 encoded block of no more than 255 UTF-16 code units, which allows lookups by both code point and
code unit.
|