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 TypeClassDescriptionclassA hash map oflongtochar, implemented using open addressing with linear probing for collision resolution.classSame asLongCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.