Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
DoubleStack |
DoubleStack.clone()
Clone this object.
|
static DoubleStack |
DoubleStack.from(double... elements)
Create a stack by pushing a variable number of arguments to it.
|
static DoubleStack |
DoubleStack.from(DoubleContainer container)
Create a stack by pushing all elements of another container to it.
|
static DoubleStack |
DoubleStack.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static DoubleStack |
DoubleStack.newInstanceWithCapacity(int initialCapacity)
Returns a new object of this list with no need to declare generic type (shortcut
instead of using a constructor).
|
Copyright © 2014 Carrot Search s.c.. All rights reserved.