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