Uses of Interface
com.carrotsearch.hppc.ObjectDoubleMap
-
Packages that use ObjectDoubleMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectDoubleMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectDoubleMap Modifier and Type Class Description class
ObjectDoubleHashMap<KType>
A hash map ofObject
todouble
, implemented using open addressing with linear probing for collision resolution.class
ObjectDoubleIdentityHashMap<KType>
An identity hash map ofObject
todouble
.class
ObjectDoubleScatterMap<KType>
Same asObjectDoubleHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-