Uses of Interface
com.carrotsearch.hppc.LongObjectMap
-
Packages that use LongObjectMap Package Description com.carrotsearch.hppc -
-
Uses of LongObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongObjectMap Modifier and Type Class Description classLongObjectHashMap<VType>A hash map oflongtoObject, implemented using open addressing with linear probing for collision resolution.classLongObjectScatterMap<VType>Same asLongObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-