Interface | Description |
---|---|
ILongHashMap<V> |
Interface of a hash table of primitive long -> V
|
Class | Description |
---|---|
LongEntry<V> |
Encapsulates a map entry of primitive long -> V
|
LongHashMap<V> |
Implementation of a long -> V hash map with an emphasis on lookup speed and reduction of memory footprint.
|