Interface | Description |
---|---|
Filter<T> |
Filters elements
|
IdCollection |
A collection containing IDs
|
IdMap |
Maps from IDs to IDs
|
IdMapIterator |
Can be used to iterate through
IdMap s |
IdSet |
A set of long values
|
IdSetIterator |
Can be used to iterate through
IdSet s |
Class | Description |
---|---|
AbstractIdHashCollection |
Abstract base class for hash-based ID collections
|
FilteringIterator<T> |
An iterator that wraps around another one but filters
its elements using a given filter
|
FloatArrayInputStream |
An input stream that reads from a float array.
|
IdHashMap |
Provides an implementation of
IdMap based on a hash table. |
IdHashSet |
Provides an implementation of
IdSet based on a hash table. |
Primes |
Provides an array of prime numbers optimized for hash tables
|
TransformingIterator<I,O> |
An iterator that wraps around another one, but transforms all elements
|