Package | Description |
---|---|
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.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
BooleanStack |
StackIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableBooleanStack |
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableBooleanStack |
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Modifier and Type | Method | Description |
---|---|---|
BooleanStack |
BooleanStack.reject(BooleanPredicate predicate) |
|
BooleanStack |
BooleanStack.select(BooleanPredicate predicate) |
|
default BooleanStack |
BooleanStack.tap(BooleanProcedure procedure) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanArrayStack |
BooleanArrayStack is similar to
ArrayStack , and is memory-optimized for boolean primitives. |
class |
SynchronizedBooleanStack |
A synchronized view of a
MutableBooleanStack . |
class |
UnmodifiableBooleanStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBooleanStack |
This file was automatically generated from template file abstractPrimitiveStack.stg.
|
Copyright © 2004–2017. All rights reserved.