Package | Description |
---|---|
org.eclipse.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(ShortIterable items) |
static ShortArrayStack |
ShortArrayStack.newStackFromTopToBottom(short... items) |
static ShortArrayStack |
ShortArrayStack.newStackFromTopToBottom(ShortIterable items) |
static ShortArrayStack |
ShortArrayStack.newStackWith(short... items) |
Copyright © 2004–2016. All rights reserved.