Uses of Class
com.carrotsearch.hppc.ShortHashSet
Packages that use ShortHashSet
-
Uses of ShortHashSet in com.carrotsearch.hppc
Subclasses of ShortHashSet in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
Same asShortHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return ShortHashSetModifier and TypeMethodDescriptionShortHashSet.clone()
static ShortHashSet
ShortHashSet.from
(short... elements) Create a set from a variable number of arguments or an array ofshort
.