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