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