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