| 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 |
|---|---|
IntArrayStack |
IntArrayStack.newEmpty()
Creates a new empty IntArrayStack.
|
static IntArrayStack |
IntArrayStack.newStack(IntIterable items) |
static IntArrayStack |
IntArrayStack.newStackFromTopToBottom(int... items) |
static IntArrayStack |
IntArrayStack.newStackFromTopToBottom(IntIterable items) |
static IntArrayStack |
IntArrayStack.newStackWith(int... items) |
Copyright © 2004–2022. All rights reserved.