Methods in com.carrotsearch.hppc that return KTypeOpenHashSet |
KTypeOpenHashSet<KType> |
KTypeOpenHashSet.clone()
|
static
|
KTypeOpenHashSet.from(KType... elements)
Create a set from a variable number of arguments or an array of KType . |
static
|
KTypeOpenHashSet.from(KTypeContainer<KType> container)
Create a set from elements of another container. |
static
|
KTypeOpenHashSet.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor). |
static
|
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). |