| 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 |
|---|---|---|
ByteStack |
StackIterable.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableByteStack |
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableByteStack |
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
ByteStack |
ByteStack.reject(BytePredicate predicate) |
|
ByteStack |
ByteStack.select(BytePredicate predicate) |
|
default ByteStack |
ByteStack.tap(ByteProcedure procedure) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ByteArrayStack |
ByteArrayStack is similar to
ArrayStack, and is memory-optimized for byte primitives. |
class |
SynchronizedByteStack |
A synchronized view of a
MutableByteStack. |
class |
UnmodifiableByteStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractByteStack |
This file was automatically generated from template file abstractPrimitiveStack.stg.
|
Copyright © 2004–2018. All rights reserved.