Uses of Interface
com.carrotsearch.hppc.ObjectLongMap
Packages that use ObjectLongMap
-
Uses of ObjectLongMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectLongMapModifier and TypeClassDescriptionclass
ObjectLongHashMap<KType>
A hash map ofObject
tolong
, implemented using open addressing with linear probing for collision resolution.class
ObjectLongIdentityHashMap<KType>
An identity hash map ofObject
tolong
.class
ObjectLongScatterMap<KType>
Same asObjectLongHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.