Uses of Interface
com.carrotsearch.hppc.DoubleLookupContainer
Packages that use DoubleLookupContainer
-
Uses of DoubleLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement DoubleLookupContainerModifier and TypeClassDescriptionfinal class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
A hash set ofdouble
s, implemented using using open addressing with linear probing for collision resolution.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
Same asDoubleHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final class
A view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type DoubleLookupContainerModifier and TypeMethodDescriptionint
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
.