| Package | Description |
|---|---|
| gnu.trove.stack.array |
| Modifier and Type | Class and Description |
|---|---|
class |
TIntArrayStack
A stack of int primitives, backed by a TIntArrayList
|
| Constructor and Description | |
|---|---|
TIntArrayStack(TIntStack
Creates a new
TIntArrayStack instance that is a copy of the instanced passed to us.
|