Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static FloatArrayDeque |
FloatArrayDeque.from(FloatArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it.
|
Copyright © 2015 Carrot Search s.c.. All rights reserved.