Uses of Interface
com.carrotsearch.hppc.ShortShortMap
-
Packages that use ShortShortMap Package Description com.carrotsearch.hppc -
-
Uses of ShortShortMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ShortShortMap Modifier and Type Class Description class
ShortShortHashMap
A hash map ofshort
toshort
, implemented using open addressing with linear probing for collision resolution.class
ShortShortScatterMap
Same asShortShortHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-