Uses of Class
com.carrotsearch.hppc.ShortScatterSet
-
Packages that use ShortScatterSet Package Description com.carrotsearch.hppc -
-
Uses of ShortScatterSet in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ShortScatterSet Modifier and Type Method Description static ShortScatterSet
ShortScatterSet. from(short... elements)
Create a set from a variable number of arguments or an array ofshort
.
-