| 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 |
|---|---|
ImmutableCharStack |
ImmutableCharStackFactory.empty() |
ImmutableCharStack |
ImmutableCharStackFactory.of()
Same as
ImmutableCharStackFactory.empty(). |
ImmutableCharStack |
ImmutableCharStackFactory.of(char... items)
|
ImmutableCharStack |
ImmutableCharStackFactory.of(char one)
Same as
ImmutableCharStackFactory.with(char). |
ImmutableCharStack |
ImmutableCharStackFactory.ofAll(CharIterable items)
|
ImmutableCharStack |
ImmutableCharStackFactory.ofAll(Iterable<Character> iterable)
|
ImmutableCharStack |
ImmutableCharStackFactory.ofAllReversed(CharIterable items)
|
ImmutableCharStack |
ImmutableCharStackFactory.with()
Same as
ImmutableCharStackFactory.empty(). |
ImmutableCharStack |
ImmutableCharStackFactory.with(char... items) |
ImmutableCharStack |
ImmutableCharStackFactory.with(char one) |
ImmutableCharStack |
ImmutableCharStackFactory.withAll(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactory.withAll(Iterable<Character> iterable) |
ImmutableCharStack |
ImmutableCharStackFactory.withAllReversed(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharStack |
ImmutableStack.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharStack |
ImmutableCharStack.pop() |
ImmutableCharStack |
ImmutableCharStack.pop(int count) |
ImmutableCharStack |
ImmutableCharStack.push(char item) |
ImmutableCharStack |
ImmutableCharStack.reject(CharPredicate predicate) |
ImmutableCharStack |
ImmutableCharStack.select(CharPredicate predicate) |
default ImmutableCharStack |
ImmutableCharStack.tap(CharProcedure procedure) |
ImmutableCharStack |
CharStack.toImmutable() |
Copyright © 2004–2021. All rights reserved.