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