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 class
ObjectIntHashMap<KType>
A hash map ofObject
toint
, implemented using open addressing with linear probing for collision resolution.class
ObjectIntIdentityHashMap<KType>
An identity hash map ofObject
toint
.class
ObjectIntScatterMap<KType>
Same asObjectIntHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-