Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
DoubleStack
An extension to
DoubleArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
DoubleArrayList |
DoubleArrayList.clone()
Clone this object.
|
static DoubleArrayList |
DoubleArrayList.from(double... elements)
Create a list from a variable number of arguments or an array of
double . |
static DoubleArrayList |
DoubleArrayList.from(DoubleContainer container)
Create a list from elements of another container.
|
static DoubleArrayList |
DoubleArrayList.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleArrayList |
DoubleArrayList.newInstanceWithCapacity(int initialCapacity)
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
Copyright © 2018 Carrot Search s.c.. All rights reserved.