| Interface | Description |
|---|---|
| BiInt2ObjectMap.EntryConsumer<V> |
Handler for a map entry
|
| BiInt2ObjectMap.EntryFunction<V> |
Creates new values based upon keys
|
| IntIntConsumer |
This is an (int, int) primitive specialisation of a BiConsumer
|
| IntObjConsumer<T> |
This is an (int, Object) primitive specialisation of a BiConsumer.
|
| Class | Description |
|---|---|
| ArrayUtil |
Utility class for operating on arrays as if they were collections.
|
| BiInt2ObjectMap<V> |
Map that takes two part int key and associates with an object.
|
| CollectionUtil |
Utility functions for collection objects.
|
| Hashing |
Hashing functions for applying to integers.
|
| Int2IntHashMap |
A open addressing with linear probing hash map specialised for primitive key and value pairs.
|
| Int2ObjectCache<V> |
A cache implementation specialised for int keys using open addressing to probe a set of fixed size.
|
| Int2ObjectHashMap<V> |
Map implementation specialised for int keys using open addressing and
linear probing for cache efficient access. |
| IntArrayList |
A
List implementation that stores int values with the ability to have them not boxed. |
| IntHashSet |
Open-addressing with linear-probing expandable hash set.
|
| IntIterator |
An iterator for a sequence of primitive values.
|
| IntLruCache<E> |
A fixed capacity cache of int keyed values that evicts the least-recently-used element when it runs out of space.
|
| MutableInteger |
Holder for an int value that is mutable.
|
| ObjectHashSet<T> |
Open-addressing with linear-probing expandable hash set.
|
| ObjectIterator<T> |
An iterator for a sequence of values.
|
| UnmodifiableCollectionView<V,E> |
An unmodifiable view of a collection that maps each element in an underlying
collection into a view.
|
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.