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