|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongOpenHashSet | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of LongOpenHashSet in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc that return LongOpenHashSet | |
---|---|
LongOpenHashSet |
LongOpenHashSet.clone()
|
static LongOpenHashSet |
LongOpenHashSet.from(long... elements)
Create a set from a variable number of arguments or an array of long . |
static LongOpenHashSet |
LongOpenHashSet.from(LongContainer container)
Create a set from elements of another container. |
static LongOpenHashSet |
LongOpenHashSet.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor). |
static LongOpenHashSet |
LongOpenHashSet.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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |