Uses of Interface
com.carrotsearch.hppc.IntObjectMap
-
Packages that use IntObjectMap Package Description com.carrotsearch.hppc -
-
Uses of IntObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntObjectMap Modifier and Type Class Description class
IntObjectHashMap<VType>
A hash map ofint
toObject
, implemented using open addressing with linear probing for collision resolution.class
IntObjectScatterMap<VType>
Same asIntObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-