| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive |
This package contains factory API for creating primitive stack instances.
|
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanStack |
MutableStack.collectBoolean(BooleanFunction<? super T> booleanFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanStack |
MutableBooleanStack.asSynchronized() |
MutableBooleanStack |
MutableBooleanStack.asUnmodifiable() |
default MutableBooleanStack |
MutableBooleanStack.newEmpty()
Creates a new empty mutable version of the same stack type.
|
MutableBooleanStack |
MutableBooleanStack.reject(BooleanPredicate predicate) |
default MutableBooleanStack |
MutableBooleanStack.rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.
|
MutableBooleanStack |
MutableBooleanStack.select(BooleanPredicate predicate) |
default MutableBooleanStack |
MutableBooleanStack.selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate.
|
default MutableBooleanStack |
MutableBooleanStack.tap(BooleanProcedure procedure) |
Copyright © 2004–2022. All rights reserved.