| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleStack |
StackIterable.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableDoubleStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableDoubleStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleStack |
DoubleStack.reject(DoublePredicate predicate) |
default DoubleStack |
DoubleStack.rejectWithIndex(DoubleIntPredicate predicate)
Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.
|
DoubleStack |
DoubleStack.select(DoublePredicate predicate) |
default DoubleStack |
DoubleStack.selectWithIndex(DoubleIntPredicate predicate)
Returns a new DoubleStack including all elements with corresponding indexes matching the specified predicate.
|
default DoubleStack |
DoubleStack.tap(DoubleProcedure procedure) |
Copyright © 2004–2022. All rights reserved.