Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
ByteStack |
ByteStack.clone()
Clone this object.
|
static ByteStack |
ByteStack.from(byte... elements)
Create a stack by pushing a variable number of arguments to it.
|
static ByteStack |
ByteStack.from(ByteContainer container)
Create a stack by pushing all elements of another container to it.
|
static ByteStack |
ByteStack.newInstance()
Returns a new object of this class with no need to declare generic type (shortcut
instead of using a constructor).
|
static ByteStack |
ByteStack.newInstanceWithCapacity(int initialCapacity)
Returns a new object of this list with no need to declare generic type (shortcut
instead of using a constructor).
|
Copyright © 2014 Carrot Search s.c.. All rights reserved.