|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharLookupContainer | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of CharLookupContainer in com.carrotsearch.hppc |
---|
Classes in com.carrotsearch.hppc that implement CharLookupContainer | |
---|---|
class |
CharByteOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharCharOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharDoubleOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharFloatOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharIntOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharLongOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharObjectOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
CharOpenHashSet
A hash set of char s, implemented using using open
addressing with linear probing for collision resolution. |
class |
CharShortOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
Methods in com.carrotsearch.hppc with parameters of type CharLookupContainer | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |