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 class
LongObjectHashMap<VType>
A hash map oflong
toObject
, implemented using open addressing with linear probing for collision resolution.class
LongObjectScatterMap<VType>
Same asLongObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-