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.
|
org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
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.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.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) |
ImmutableCharStack |
CharStack.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableCharStack |
ImmutableCharStackFactoryImpl.empty() |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.of() |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.of(char... items) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.of(char one) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.ofAll(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.ofAllReversed(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.with() |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.with(char... items) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.with(char one) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.withAll(CharIterable items) |
ImmutableCharStack |
ImmutableCharStackFactoryImpl.withAllReversed(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharStack |
CharArrayStack.toImmutable() |
ImmutableCharStack |
UnmodifiableCharStack.toImmutable() |
ImmutableCharStack |
SynchronizedCharStack.toImmutable() |
Copyright © 2004–2016. All rights reserved.