Uses of Interface
com.carrotsearch.hppc.LongLookupContainer
Packages that use LongLookupContainer
-
Uses of LongLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongLookupContainerModifier 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 oflong
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 asLongHashSet
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 that return LongLookupContainerModifier and TypeMethodDescriptionBitSet.asLongLookupContainer()
Returns a view over this bitset data compatible withLongLookupContainer
.Methods in com.carrotsearch.hppc with parameters of type LongLookupContainerModifier and TypeMethodDescriptionint
AbstractLongCollection.removeAll
(LongLookupContainer c) Default implementation uses a predicate for removal.int
LongCollection.removeAll
(LongLookupContainer c) Removes all elements in this collection that are present inc
.int
AbstractLongCollection.retainAll
(LongLookupContainer c) Default implementation uses a predicate for retaining.int
LongCollection.retainAll
(LongLookupContainer c) Keeps all elements in this collection that are present inc
.