|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectArrayList | |
---|---|
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 ObjectArrayList in com.carrotsearch.hppc |
---|
Subclasses of ObjectArrayList in com.carrotsearch.hppc | |
---|---|
class |
ObjectStack<KType>
An extension to ObjectArrayList adding stack-related utility methods. |
Methods in com.carrotsearch.hppc that return ObjectArrayList | ||
---|---|---|
ObjectArrayList<KType> |
ObjectArrayList.clone()
Clone this object. |
|
static
|
ObjectArrayList.from(KType... elements)
Create a list from a variable number of arguments or an array of KType . |
|
static
|
ObjectArrayList.from(ObjectContainer<KType> container)
Create a list from elements of another container. |
|
static
|
ObjectArrayList.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor). |
|
static
|
ObjectArrayList.newInstanceWithCapacity(int initialCapacity)
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 |