Uses of Interface
com.carrotsearch.hppc.CharLongMap
Packages that use CharLongMap
-
Uses of CharLongMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement CharLongMapModifier and TypeClassDescriptionclassA hash map ofchartolong, implemented using open addressing with linear probing for collision resolution.classSame asCharLongHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.