Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
DoubleByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleHashSet
A hash set of
double s, implemented using using open addressing
with linear probing for collision resolution. |
class |
DoubleIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
DoubleScatterSet
Same as
DoubleHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
DoubleShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
Modifier and Type | Method and Description |
---|---|
int |
DoubleCollection.removeAll(DoubleLookupContainer c)
Removes all elements in this collection that are present in
c . |
int |
DoubleCollection.retainAll(DoubleLookupContainer c)
Keeps all elements in this collection that are present in
c . |
Copyright © 2017 Carrot Search s.c.. All rights reserved.