Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
DoubleArrayDeque |
DoubleArrayDeque.clone()
Clone this object.
|
static DoubleArrayDeque |
DoubleArrayDeque.from(double... elements)
Create a new deque by pushing a variable number of arguments to the end of it.
|
static DoubleArrayDeque |
DoubleArrayDeque.from(DoubleArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it.
|
static DoubleArrayDeque |
DoubleArrayDeque.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleArrayDeque |
DoubleArrayDeque.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 DoubleArrayDeque |
DoubleArrayDeque.from(DoubleArrayDeque container)
Create a new deque by pushing a variable number of arguments to the end of it.
|
Copyright © 2018 Carrot Search s.c.. All rights reserved.