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