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