Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
FloatScatterSet
Same as
FloatHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
Modifier and Type | Method and Description |
---|---|
FloatHashSet |
FloatHashSet.clone() |
static FloatHashSet |
FloatHashSet.from(float... elements)
Create a set from a variable number of arguments or an array of
float . |
Copyright © 2019 Carrot Search s.c.. All rights reserved.