Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
LongByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongHashSet
A hash set of
long s, implemented using using open addressing
with linear probing for collision resolution. |
class |
LongIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongScatterSet
Same as
LongHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
LongShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
Modifier and Type | Method and Description |
---|---|
LongLookupContainer |
BitSet.asLongLookupContainer()
Returns a view over this bitset data compatible with
LongLookupContainer . |
Modifier and Type | Method and Description |
---|---|
int |
LongCollection.removeAll(LongLookupContainer c)
Removes all elements in this collection that are present in
c . |
int |
LongCollection.retainAll(LongLookupContainer c)
Keeps all elements in this collection that are present in
c . |
Copyright © 2021 Carrot Search s.c.. All rights reserved.