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