| 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) |
ShortStack |
ShortStack.select(ShortPredicate predicate) |
default ShortStack |
ShortStack.tap(ShortProcedure procedure) |
Copyright © 2004–2017. All rights reserved.