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.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
CharStack |
StackIterable.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Interface | 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 | Description |
---|---|---|
CharStack |
CharStack.reject(CharPredicate predicate) |
|
CharStack |
CharStack.select(CharPredicate predicate) |
|
default CharStack |
CharStack.tap(CharProcedure procedure) |
Modifier and Type | Class | Description |
---|---|---|
class |
CharArrayStack |
CharArrayStack is similar to
ArrayStack , and is memory-optimized for char primitives. |
class |
SynchronizedCharStack |
A synchronized view of a
MutableCharStack . |
class |
UnmodifiableCharStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCharStack |
This file was automatically generated from template file abstractPrimitiveStack.stg.
|
Copyright © 2004–2018. All rights reserved.