Uses of Interface
com.carrotsearch.hppc.ObjectCharMap
-
Packages that use ObjectCharMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectCharMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectCharMap Modifier and Type Class Description classObjectCharHashMap<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.
-