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 class
IntCharHashMap
A hash map ofint
tochar
, implemented using open addressing with linear probing for collision resolution.class
IntCharScatterMap
Same asIntCharHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-