Uses of Class
com.carrotsearch.hppc.ShortHashSet
-
Packages that use ShortHashSet Package Description com.carrotsearch.hppc -
-
Uses of ShortHashSet in com.carrotsearch.hppc
Subclasses of ShortHashSet in com.carrotsearch.hppc Modifier and Type Class Description classShortScatterSetSame asShortHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return ShortHashSet Modifier and Type Method Description ShortHashSetShortHashSet. clone()static ShortHashSetShortHashSet. from(short... elements)Create a set from a variable number of arguments or an array ofshort.
-