Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
FloatStack
An extension to
FloatArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
FloatArrayList |
FloatArrayList.clone()
Clone this object.
|
static FloatArrayList |
FloatArrayList.from(float... elements)
Create a list from a variable number of arguments or an array of
float . |
static FloatArrayList |
FloatArrayList.from(FloatContainer container)
Create a list from elements of another container.
|
static FloatArrayList |
FloatArrayList.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static FloatArrayList |
FloatArrayList.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.