Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
CharByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharHashSet
A hash set of
char s, implemented using using open addressing
with linear probing for collision resolution. |
class |
CharIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
CharScatterSet
Same as
CharHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
CharShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
Modifier and Type | Method and Description |
---|---|
int |
CharCollection.removeAll(CharLookupContainer c)
Removes all elements in this collection that are present in
c . |
int |
CharCollection.retainAll(CharLookupContainer c)
Keeps all elements in this collection that are present in
c . |
Copyright © 2023 Carrot Search s.c.. All rights reserved.