Uses of Interface
com.carrotsearch.hppc.ObjectLookupContainer
-
Packages that use ObjectLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of ObjectLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectLookupContainer Modifier and Type Class Description classObjectByteHashMap.KeysContainerA view of the keys inside this hash map.classObjectCharHashMap.KeysContainerA view of the keys inside this hash map.classObjectDoubleHashMap.KeysContainerA view of the keys inside this hash map.classObjectFloatHashMap.KeysContainerA 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.classObjectIntHashMap.KeysContainerA view of the keys inside this hash map.classObjectLongHashMap.KeysContainerA view of the keys inside this hash map.classObjectObjectHashMap.KeysContainerA 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.classObjectShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type ObjectLookupContainer Modifier and Type Method Description intAbstractObjectCollection. 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.
-