|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatArrayDeque | |
---|---|
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 FloatArrayDeque in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc that return FloatArrayDeque | |
---|---|
FloatArrayDeque |
FloatArrayDeque.clone()
Clone this object. |
static FloatArrayDeque |
FloatArrayDeque.from(float... elements)
Create a new deque by pushing a variable number of arguments to the end of it. |
static FloatArrayDeque |
FloatArrayDeque.from(FloatArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it. |
static FloatArrayDeque |
FloatArrayDeque.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor). |
static FloatArrayDeque |
FloatArrayDeque.newInstanceWithCapacity(int initialCapacity)
Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor). |
Methods in com.carrotsearch.hppc with parameters of type FloatArrayDeque | |
---|---|
static FloatArrayDeque |
FloatArrayDeque.from(FloatArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |