| Package | Description |
|---|---|
| gnu.trove.list.array | |
| gnu.trove.stack.array |
| Modifier and Type | Method and Description |
|---|---|
static TByteArrayList |
TByteArrayList.wrap(byte[] values)
Returns a primitive List implementation that wraps around the given primitive array.
|
static TByteArrayList |
TByteArrayList.wrap(byte[] values, byte no_entry_value)
Returns a primitive List implementation that wraps around the given primitive array.
|
| Modifier and Type | Field and Description |
|---|---|
protected TByteArrayList |
TByteArrayStack._list
the list used to hold the stack values.
|