Uses of Interface
com.carrotsearch.hppc.DoubleLookupContainer
-
Packages that use DoubleLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of DoubleLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement DoubleLookupContainer Modifier and Type Class 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 ofdouble
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 asDoubleHashSet
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.Methods in com.carrotsearch.hppc with parameters of type DoubleLookupContainer Modifier and Type Method Description int
AbstractDoubleCollection. removeAll(DoubleLookupContainer c)
Default implementation uses a predicate for removal.int
DoubleCollection. removeAll(DoubleLookupContainer c)
Removes all elements in this collection that are present inc
.int
AbstractDoubleCollection. retainAll(DoubleLookupContainer c)
Default implementation uses a predicate for retaining.int
DoubleCollection. retainAll(DoubleLookupContainer c)
Keeps all elements in this collection that are present inc
.
-