| 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 |
|---|---|
ShortStack |
StackIterable.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableShortStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ShortStack |
ShortStack.reject(ShortPredicate predicate) |
default ShortStack |
ShortStack.rejectWithIndex(ShortIntPredicate predicate)
Returns a new ShortStack excluding all elements with corresponding indexes matching the specified predicate.
|
ShortStack |
ShortStack.select(ShortPredicate predicate) |
default ShortStack |
ShortStack.selectWithIndex(ShortIntPredicate predicate)
Returns a new ShortStack including all elements with corresponding indexes matching the specified predicate.
|
default ShortStack |
ShortStack.tap(ShortProcedure procedure) |
Copyright © 2004–2023. All rights reserved.