Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
DoubleOpenHashSet |
DoubleOpenHashSet.clone() |
static DoubleOpenHashSet |
DoubleOpenHashSet.from(double... elements)
Create a set from a variable number of arguments or an array of
double . |
static DoubleOpenHashSet |
DoubleOpenHashSet.from(DoubleContainer container)
Create a set from elements of another container.
|
static DoubleOpenHashSet |
DoubleOpenHashSet.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleOpenHashSet |
DoubleOpenHashSet.newInstanceWithCapacity(int initialCapacity,
float loadFactor)
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleOpenHashSet |
DoubleOpenHashSet.newInstanceWithExpectedSize(int expectedSize)
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleOpenHashSet |
DoubleOpenHashSet.newInstanceWithExpectedSize(int expectedSize,
float loadFactor)
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleOpenHashSet |
DoubleOpenHashSet.newInstanceWithoutPerturbations()
Returns a new object with no key perturbations (see
computePerturbationValue(int) ). |
Copyright © 2016 Carrot Search s.c.. All rights reserved.