Uses of Class
com.carrotsearch.hppc.FloatHashSet
-
Packages that use FloatHashSet Package Description com.carrotsearch.hppc -
-
Uses of FloatHashSet in com.carrotsearch.hppc
Subclasses of FloatHashSet in com.carrotsearch.hppc Modifier and Type Class Description class
FloatScatterSet
Same asFloatHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return FloatHashSet Modifier and Type Method Description FloatHashSet
FloatHashSet. clone()
static FloatHashSet
FloatHashSet. from(float... elements)
Create a set from a variable number of arguments or an array offloat
.
-