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 classShortShortHashMapA hash map ofshorttoshort, implemented using open addressing with linear probing for collision resolution.classShortShortScatterMapSame asShortShortHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-