Uses of Interface
com.carrotsearch.hppc.ObjectCharMap
Packages that use ObjectCharMap
-
Uses of ObjectCharMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectCharMapModifier and TypeClassDescriptionclass
ObjectCharHashMap<KType>
A hash map ofObject
tochar
, implemented using open addressing with linear probing for collision resolution.class
ObjectCharIdentityHashMap<KType>
An identity hash map ofObject
tochar
.class
ObjectCharScatterMap<KType>
Same asObjectCharHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.