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