| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
CharObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
DoubleObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
FloatObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
IntObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
LongObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
class |
ObjectArrayDeque<KType>
An array-backed
ObjectDeque. |
class |
ObjectArrayList<KType>
An array-backed list of Objects.
|
class |
ObjectByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectHashSet<KType>
A hash set of
Objects, implemented using using open addressing
with linear probing for collision resolution. |
class |
ObjectIdentityHashSet<KType>
A reference-equality (identity) hash set.
|
class |
ObjectIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
private class |
ObjectObjectHashMap.ValuesContainer
A view over the set of values of this map.
|
class |
ObjectScatterSet<KType>
Same as
ObjectHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
ObjectShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectStack<KType>
A subclass of
ObjectArrayList adding stack-related utility methods. |
private class |
ShortObjectHashMap.ValuesContainer
A view over the set of values of this map.
|