Uses of Interface
com.carrotsearch.hppc.IntDoubleMap
Packages that use IntDoubleMap
-
Uses of IntDoubleMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntDoubleMapModifier and TypeClassDescriptionclassA hash map ofinttodouble, implemented using open addressing with linear probing for collision resolution.classSame asIntDoubleHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.