| 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 |
|---|---|
CharStack |
StackIterable.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableCharStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableCharStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
CharStack |
CharStack.reject(CharPredicate predicate) |
CharStack |
CharStack.select(CharPredicate predicate) |
default CharStack |
CharStack.tap(CharProcedure procedure) |
Copyright © 2004–2017. All rights reserved.