| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayDeque
An array-backed
ByteDeque. |
class |
ByteArrayList
An array-backed list of bytes.
|
class |
ByteByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
private class |
ByteByteHashMap.ValuesContainer
A view over the set of values of this map.
|
class |
ByteCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteHashSet
A hash set of
bytes, implemented using using open addressing
with linear probing for collision resolution. |
class |
ByteIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteScatterSet
Same as
ByteHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
ByteShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ByteStack
A subclass of
ByteArrayList adding stack-related utility methods. |
private class |
CharByteHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
DoubleByteHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
FloatByteHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
IntByteHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
LongByteHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
ObjectByteHashMap.ValuesContainer
A view over the set of values of this map.
|
private class |
ShortByteHashMap.ValuesContainer
A view over the set of values of this map.
|