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