| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Class and Description |
|---|---|
class |
FloatByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatHashSet
A hash set of
floats, implemented using using open addressing
with linear probing for collision resolution. |
class |
FloatIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
FloatScatterSet
Same as
FloatHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
FloatShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FloatCollection.removeAll(FloatLookupContainer c)
Removes all elements in this collection that are present in
c. |
int |
FloatCollection.retainAll(FloatLookupContainer c)
Keeps all elements in this collection that are present in
c. |
Copyright © 2025 Carrot Search s.c.. All rights reserved.