Uses of Interface
com.carrotsearch.hppc.ObjectLongMap
-
Packages that use ObjectLongMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectLongMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectLongMap Modifier and Type Class Description classObjectLongHashMap<KType>A hash map ofObjecttolong, implemented using open addressing with linear probing for collision resolution.classObjectLongIdentityHashMap<KType>An identity hash map ofObjecttolong.classObjectLongScatterMap<KType>Same asObjectLongHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-