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 class
ShortScatterSet
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 ShortHashSet Modifier and Type Method Description ShortHashSet
ShortHashSet. clone()
static ShortHashSet
ShortHashSet. from(short... elements)
Create a set from a variable number of arguments or an array ofshort
.
-