| 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 |
|---|---|
FloatStack |
StackIterable.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableFloatStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableFloatStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
FloatStack |
FloatStack.reject(FloatPredicate predicate) |
default FloatStack |
FloatStack.rejectWithIndex(FloatIntPredicate predicate)
Returns a new FloatStack excluding all elements with corresponding indexes matching the specified predicate.
|
FloatStack |
FloatStack.select(FloatPredicate predicate) |
default FloatStack |
FloatStack.selectWithIndex(FloatIntPredicate predicate)
Returns a new FloatStack including all elements with corresponding indexes matching the specified predicate.
|
default FloatStack |
FloatStack.tap(FloatProcedure procedure) |
Copyright © 2004–2022. All rights reserved.