Uses of Interface
com.carrotsearch.hppc.LongCharMap
-
Packages that use LongCharMap Package Description com.carrotsearch.hppc -
-
Uses of LongCharMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongCharMap Modifier and Type Class Description classLongCharHashMapA hash map oflongtochar, implemented using open addressing with linear probing for collision resolution.classLongCharScatterMapSame asLongCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-