| Class | Description |
|---|---|
| Double2BooleanLinkedOpenHashMap |
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.
|
| Double2BooleanOpenHashMap |
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.
|
| Double2ByteLinkedOpenHashMap |
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.
|
| Double2ByteOpenHashMap |
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.
|
| Double2CharLinkedOpenHashMap |
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.
|
| Double2CharOpenHashMap |
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.
|
| Double2DoubleLinkedOpenHashMap |
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.
|
| Double2DoubleOpenHashMap |
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.
|
| Double2FloatLinkedOpenHashMap |
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.
|
| Double2FloatOpenHashMap |
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.
|
| Double2IntLinkedOpenHashMap |
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.
|
| Double2IntOpenHashMap |
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.
|
| Double2LongLinkedOpenHashMap |
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.
|
| Double2LongOpenHashMap |
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.
|
| Double2ObjectLinkedOpenHashMap<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.
|
| Double2ObjectOpenHashMap<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.
|
| Double2ShortLinkedOpenHashMap |
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.
|
| Double2ShortOpenHashMap |
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.
|