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 class
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.
-