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