Class | Description |
---|---|
CopyOnWriteHashMap<K,V> |
An immutable map whose writes result in a new copy of the map to be created.
|
EvictingQueue<T> |
An
EvictingQueue is a non-blocking queue which is limited to a maximum size; when new elements are added to a
full queue, elements are evicted from the head of the queue to accommodate the new elements. |
HppcMaps | |
HppcMaps.Object | |
HppcMaps.Object.Integer | |
ImmutableOpenIntMap<VType> |
An immutable map implementation based on open hash map.
|
ImmutableOpenIntMap.Builder<VType> | |
ImmutableOpenMap<KType,VType> |
An immutable map implementation based on open hash map.
|
ImmutableOpenMap.Builder<KType,VType> | |
Iterators | |
MapBuilder<K,V> | |
Tuple<V1,V2> |