|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharStack | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of CharStack in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc that return CharStack | |
---|---|
CharStack |
CharStack.clone()
Clone this object. |
static CharStack |
CharStack.from(char... elements)
Create a stack by pushing a variable number of arguments to it. |
static CharStack |
CharStack.from(CharContainer container)
Create a stack by pushing all elements of another container to it. |
static CharStack |
CharStack.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor). |
static CharStack |
CharStack.newInstanceWithCapacity(int initialCapacity)
Returns a new object of this list with no need to declare generic type (shortcut instead of using a constructor). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |