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