Uses of Interface
com.carrotsearch.hppc.ObjectIntMap
Packages that use ObjectIntMap
-
Uses of ObjectIntMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectIntMapModifier and TypeClassDescriptionclassObjectIntHashMap<KType>A hash map ofObjecttoint, implemented using open addressing with linear probing for collision resolution.classObjectIntIdentityHashMap<KType>An identity hash map ofObjecttoint.classObjectIntScatterMap<KType>Same asObjectIntHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.