| Class | Description |
|---|---|
| Float2BooleanLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2BooleanOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2ByteLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2ByteOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2CharLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2CharOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2DoubleLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2DoubleOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2FloatLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2FloatOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2IntLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2IntOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2LongLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2LongOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2ObjectLinkedOpenHashMap<V> |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2ObjectOpenHashMap<V> |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|
| Float2ShortLinkedOpenHashMap |
A Type Specific LinkedHashMap implementation that uses specific arrays to create links between nodes to remove the wrapping of elements
to greatly reduce memory usage.
|
| Float2ShortOpenHashMap |
A Type Specific Custom implementation of the HashMap
Instead of using Wrapper Object Arrays for storing keys and values there is dedicated arrays for storing keys and values.
|