| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Class and Description |
|---|---|
class |
IntByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntHashSet
A hash set of
ints, implemented using using open addressing
with linear probing for collision resolution. |
class |
IntIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
IntScatterSet
Same as
IntHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
IntShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
| Modifier and Type | Method and Description |
|---|---|
IntLookupContainer |
BitSet.asIntLookupContainer()
Returns a view over this bitset data compatible with
IntLookupContainer. |
| Modifier and Type | Method and Description |
|---|---|
int |
IntCollection.removeAll(IntLookupContainer c)
Removes all elements in this collection that are present in
c. |
int |
IntCollection.retainAll(IntLookupContainer c)
Keeps all elements in this collection that are present in
c. |
Copyright © 2024 Carrot Search s.c.. All rights reserved.