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