Uses of Interface
com.carrotsearch.hppc.LongObjectMap
Packages that use LongObjectMap
-
Uses of LongObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongObjectMapModifier and TypeClassDescriptionclass
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.