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