| Class | Description |
|---|---|
| ImmutableObject2BooleanOpenHashMap<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.
|
| ImmutableObject2ByteOpenHashMap<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.
|
| ImmutableObject2CharOpenHashMap<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.
|
| ImmutableObject2DoubleOpenHashMap<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.
|
| ImmutableObject2FloatOpenHashMap<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.
|
| ImmutableObject2IntOpenHashMap<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.
|
| ImmutableObject2LongOpenHashMap<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.
|
| ImmutableObject2ObjectOpenHashMap<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.
|
| ImmutableObject2ShortOpenHashMap<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.
|