| Package | Description |
|---|---|
| com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ShortArrayStack |
ShortArrayStack.newStack(com.gs.collections.api.ShortIterable items) |
static ShortArrayStack |
ShortArrayStack.newStackFromTopToBottom(short... items) |
static ShortArrayStack |
ShortArrayStack.newStackFromTopToBottom(com.gs.collections.api.ShortIterable items) |
static ShortArrayStack |
ShortArrayStack.newStackWith(short... items) |