Uses of Interface
com.carrotsearch.hppc.LongCharMap
Packages that use LongCharMap
-
Uses of LongCharMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongCharMapModifier and TypeClassDescriptionclass
A hash map oflong
tochar
, implemented using open addressing with linear probing for collision resolution.class
Same asLongCharHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.