| 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) |
FloatStack |
FloatStack.select(FloatPredicate predicate) |
default FloatStack |
FloatStack.tap(FloatProcedure procedure) |
Copyright © 2004–2021. All rights reserved.