| Class | Description |
|---|---|
| Object2BooleanLinkedOpenHashMap<T> |
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.
|
| Object2BooleanOpenHashMap<T> |
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.
|
| Object2ByteLinkedOpenHashMap<T> |
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.
|
| Object2ByteOpenHashMap<T> |
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.
|
| Object2CharLinkedOpenHashMap<T> |
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.
|
| Object2CharOpenHashMap<T> |
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.
|
| Object2DoubleLinkedOpenHashMap<T> |
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.
|
| Object2DoubleOpenHashMap<T> |
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.
|
| Object2FloatLinkedOpenHashMap<T> |
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.
|
| Object2FloatOpenHashMap<T> |
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.
|
| Object2IntLinkedOpenHashMap<T> |
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.
|
| Object2IntOpenHashMap<T> |
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.
|
| Object2LongLinkedOpenHashMap<T> |
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.
|
| Object2LongOpenHashMap<T> |
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.
|
| Object2ObjectLinkedOpenHashMap<T,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.
|
| Object2ObjectOpenHashMap<T,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.
|
| Object2ShortLinkedOpenHashMap<T> |
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.
|
| Object2ShortOpenHashMap<T> |
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.
|