Uses of Interface
com.carrotsearch.hppc.ObjectLookupContainer
Packages that use ObjectLookupContainer
-
Uses of ObjectLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectLookupContainerModifier 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
ObjectHashSet<KType>
A hash set ofObject
s, implemented using using open addressing with linear probing for collision resolution.class
ObjectIdentityHashSet<KType>
A reference-equality (identity) hash set.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
ObjectScatterSet<KType>
Same asObjectHashSet
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 ObjectLookupContainerModifier and TypeMethodDescriptionint
AbstractObjectCollection.removeAll
(ObjectLookupContainer<? super KType> c) Default implementation uses a predicate for removal.int
ObjectCollection.removeAll
(ObjectLookupContainer<? super KType> c) Removes all elements in this collection that are present inc
.int
AbstractObjectCollection.retainAll
(ObjectLookupContainer<? super KType> c) Default implementation uses a predicate for retaining.int
ObjectCollection.retainAll
(ObjectLookupContainer<? super KType> c) Keeps all elements in this collection that are present inc
.