Uses of Interface
com.carrotsearch.hppc.ObjectByteMap
Packages that use ObjectByteMap
-
Uses of ObjectByteMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectByteMapModifier and TypeClassDescriptionclass
ObjectByteHashMap<KType>
A hash map ofObject
tobyte
, implemented using open addressing with linear probing for collision resolution.class
ObjectByteIdentityHashMap<KType>
An identity hash map ofObject
tobyte
.class
ObjectByteScatterMap<KType>
Same asObjectByteHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.