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