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