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