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