| 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 IntArrayStack |
IntArrayStack.newStack(org.eclipse.collections.api.IntIterable items) |
static IntArrayStack |
IntArrayStack.newStackFromTopToBottom(int... items) |
static IntArrayStack |
IntArrayStack.newStackFromTopToBottom(org.eclipse.collections.api.IntIterable items) |
static IntArrayStack |
IntArrayStack.newStackWith(int... items) |
Copyright © 2004–2017. All rights reserved.