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