| 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 |
|---|---|---|
ShortStack |
StackIterable.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableShortStack |
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableShortStack |
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
ShortStack |
ShortStack.reject(ShortPredicate predicate) |
|
ShortStack |
ShortStack.select(ShortPredicate predicate) |
|
default ShortStack |
ShortStack.tap(ShortProcedure procedure) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ShortArrayStack |
ShortArrayStack is similar to
ArrayStack, and is memory-optimized for short primitives. |
class |
SynchronizedShortStack |
A synchronized view of a
MutableShortStack. |
class |
UnmodifiableShortStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractShortStack |
This file was automatically generated from template file abstractPrimitiveStack.stg.
|
Copyright © 2004–2020. All rights reserved.