Package | Description |
---|---|
propel.core.collections.maps.primitive | |
propel.core.utils |
Modifier and Type | Class and Description |
---|---|
class |
LongHashMap<V>
Implementation of a long -> V hash map with an emphasis on lookup speed and reduction of memory footprint.
|
Modifier and Type | Method and Description |
---|---|
static <V> ILongHashMap<V> |
ImmutableUtils.toReadOnly(ILongHashMap<V> map)
Returns a read-only version of the given collection
|
Modifier and Type | Method and Description |
---|---|
static <V> ILongHashMap<V> |
ImmutableUtils.toReadOnly(ILongHashMap<V> map)
Returns a read-only version of the given collection
|