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 classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classObjectHashSet<KType>A hash set ofObjects, implemented using using open addressing with linear probing for collision resolution.classObjectIdentityHashSet<KType>A reference-equality (identity) hash set.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classObjectScatterSet<KType>Same asObjectHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final classA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type ObjectLookupContainerModifier and TypeMethodDescriptionintAbstractObjectCollection.removeAll(ObjectLookupContainer<? super KType> c) Default implementation uses a predicate for removal.intObjectCollection.removeAll(ObjectLookupContainer<? super KType> c) Removes all elements in this collection that are present inc.intAbstractObjectCollection.retainAll(ObjectLookupContainer<? super KType> c) Default implementation uses a predicate for retaining.intObjectCollection.retainAll(ObjectLookupContainer<? super KType> c) Keeps all elements in this collection that are present inc.