Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
KTypeOpenHashSet<KType>
A hash set of
KType s, implemented using using open
addressing with linear probing for collision resolution. |
class |
KTypeVTypeOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
Modifier and Type | Method and Description |
---|---|
int |
KTypeCollection.removeAll(KTypeLookupContainer<? extends KType> c)
Removes all elements in this collection that are present
in
c . |
int |
KTypeCollection.retainAll(KTypeLookupContainer<? extends KType> c)
Keeps all elements in this collection that are present
in
c . |
Copyright © 2018 Carrot Search s.c.. All rights reserved.