| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive | |
| 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 |
|---|---|
MutableCharStack |
MutableCharStackFactory.empty() |
MutableCharStack |
MutableCharStackFactory.of()
Same as
MutableCharStackFactory.empty(). |
MutableCharStack |
MutableCharStackFactory.of(char... items)
Same as
MutableCharStackFactory.with(char[]). |
MutableCharStack |
MutableCharStackFactory.ofAll(CharIterable items)
|
MutableCharStack |
MutableCharStackFactory.ofAll(Iterable<Character> iterable)
|
MutableCharStack |
MutableCharStackFactory.ofAllReversed(CharIterable items)
|
MutableCharStack |
MutableCharStackFactory.with()
Same as
MutableCharStackFactory.empty(). |
MutableCharStack |
MutableCharStackFactory.with(char... items) |
MutableCharStack |
MutableCharStackFactory.withAll(CharIterable items) |
MutableCharStack |
MutableCharStackFactory.withAll(Iterable<Character> iterable) |
MutableCharStack |
MutableCharStackFactory.withAllReversed(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharStack |
MutableStack.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharStack |
MutableCharStack.asSynchronized() |
MutableCharStack |
MutableCharStack.asUnmodifiable() |
default MutableCharStack |
MutableCharStack.newEmpty()
Creates a new empty mutable version of the same stack type.
|
MutableCharStack |
MutableCharStack.reject(CharPredicate predicate) |
MutableCharStack |
MutableCharStack.select(CharPredicate predicate) |
default MutableCharStack |
MutableCharStack.tap(CharProcedure procedure) |
Copyright © 2004–2021. All rights reserved.