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 classIntDoubleHashMapA hash map ofinttodouble, implemented using open addressing with linear probing for collision resolution.classIntDoubleScatterMapSame asIntDoubleHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-