See: Description
| Interface | Description |
|---|---|
| PrefixMap<S extends CharSequence> |
A map from prefixes to string intervals (and possibly vice versa).
|
| StringMap<S extends CharSequence> |
A map from strings to numbers (and possibly vice versa).
|
| Class | Description |
|---|---|
| AbstractPrefixMap |
An abstract implementation of a prefix map.
|
| BloomFilter<T> |
A Bloom filter.
|
| ByteBufferLongBigList |
A bridge between byte buffers and long big lists.
|
| CircularCharArrayBuffer |
A circular char buffer that can be used to implement a sliding
window over a text.
|
| FrontCodedStringList |
Compact storage of strings using front-coding compression (a.k.a. compression by prefix omission).
|
| HyperLogLogCounterArray |
An array of approximate sets each represented using a HyperLogLog counter.
|
| ImmutableBinaryTrie<T> |
An immutable implementation of binary tries.
|
| ImmutableBinaryTrie.Node |
A node in the trie.
|
| ImmutableExternalPrefixMap |
An immutable prefix map mostly stored in external memory.
|
| Interval |
An interval of integers.
|
| Intervals |
A class providing static methods and objects that do useful things with intervals.
|
| KahanSummation |
Kahan's
summation algorithm encapsulated in an object.
|
| LiterallySignedStringMap |
A string map based on a function signed using the original list of strings.
|
| LongInterval |
An interval of longs.
|
| LongIntervals |
A class providing static methods and objects that do useful things with intervals.
|
| PermutedFrontCodedStringList |
A
FrontCodedStringList whose indices are permuted. |
| Properties |
An extension of
PropertiesConfiguration
providing setters for primitive types, a simpler way to save preferences
and transparent handling of Enum lowercased keys. |
| SemiExternalGammaList |
Provides semi-external random access to a list of γ-encoded integers.
|
| ShiftAddXorSignedStringMap |
A string map based on a function signed using Shift-Add-Xor hashes.
|
| StringMaps |
A class providing static methods and objects that do useful things with string maps
and prefix maps.
|
| StringMaps.SynchronizedPrefixMap<S extends CharSequence> | |
| StringMaps.SynchronizedStringMap<S extends CharSequence> | |
| TernaryIntervalSearchTree |
Ternary interval search trees.
|
| TextPattern |
QuickSearch matching against a constant string.
|
| XorGensRandomGenerator |
A fast, top-quality 64-bit pseudorandom number generator described in “Some long-period random number generators using shift
and xors”, ANZIAM Journal 48, C188−C202, 2007.
|
| XorShift1024StarRandom |
An unbelievably fast, top-quality 64-bit pseudorandom number generator that
combines George Marsaglia's Xorshift generators (described in “Xorshift RNGs”, Journal of
Statistical Software, 8:1−6, 2003) with a multiplication.
|
| XorShift1024StarRandomGenerator |
An unbelievably fast, top-quality 64-bit pseudorandom number generator that
combines George Marsaglia's Xorshift generators (described in “Xorshift RNGs”, Journal of
Statistical Software, 8:1−6, 2003) with a multiplication.
|
| XorShift128PlusRandom |
An unbelievably fast, top-quality 64-bit pseudorandom number generator that
returns the sum of consecutive outputs of a Marsaglia Xorshift generator (described in “Xorshift RNGs”, Journal of
Statistical Software, 8:1−6, 2003).
|
| XorShift128PlusRandomGenerator |
An unbelievably fast, top-quality 64-bit pseudorandom number generator that
returns the sum of consecutive outputs of a Marsaglia Xorshift generator (described in “Xorshift RNGs”, Journal of
Statistical Software, 8:1−6, 2003).
|
| XorShift64StarRandom |
A very fast, high-quality 64-bit pseudorandom number generator
that combines George Marsaglia's Xorshift
generators (described in “Xorshift RNGs”,
Journal of Statistical Software, 8:1−6, 2003) with a multiplication.
|
| XorShift64StarRandomGenerator |
A very fast, high-quality 64-bit pseudorandom number generator that combines George Marsaglia's Xorshift
generators (described in “Xorshift RNGs”,
Journal of Statistical Software, 8:1−6, 2003) with a multiplication.
|
Collections, random number generators and general utility classes.