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