| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteStack
A subclass of
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. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ByteArrayList.equalElements(ByteArrayList other)
Compare index-aligned elements against another
ByteIndexedContainer. |
Copyright © 2024 Carrot Search s.c.. All rights reserved.