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