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