Uses of Interface
com.carrotsearch.hppc.DoubleLongMap
-
Packages that use DoubleLongMap Package Description com.carrotsearch.hppc -
-
Uses of DoubleLongMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement DoubleLongMap Modifier and Type Class Description classDoubleLongHashMapA hash map ofdoubletolong, implemented using open addressing with linear probing for collision resolution.classDoubleLongScatterMapSame asDoubleLongHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-