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