Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
ByteByteHashMap.KeysContainer
A view of the keys inside this hash 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
byte s, 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.
|
Modifier and Type | Method and Description |
---|---|
int |
ByteCollection.removeAll(ByteLookupContainer c)
Removes all elements in this collection that are present in
c . |
int |
ByteCollection.retainAll(ByteLookupContainer c)
Keeps all elements in this collection that are present in
c . |
Copyright © 2023 Carrot Search s.c.. All rights reserved.