| 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 |
|---|---|
IntStack |
StackIterable.collectInt(IntFunction<? super T> intFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableIntStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableIntStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
IntStack |
IntStack.reject(IntPredicate predicate) |
IntStack |
IntStack.select(IntPredicate predicate) |
default IntStack |
IntStack.tap(IntProcedure procedure) |
Copyright © 2004–2020. All rights reserved.