| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Class and Description |
|---|---|
class |
KTypeOpenHashSet<KType>
A hash set of
KTypes, 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 © 2014 Carrot Search s.c.. All rights reserved.