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 TypeClassDescriptionclassObjectCharHashMap<KType>A hash map ofObjecttochar, implemented using open addressing with linear probing for collision resolution.classObjectCharIdentityHashMap<KType>An identity hash map ofObjecttochar.classObjectCharScatterMap<KType>Same asObjectCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.