| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ByteStack |
StackIterable.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Interface and 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 and Description |
|---|---|
ByteStack |
ByteStack.reject(BytePredicate predicate) |
ByteStack |
ByteStack.select(BytePredicate predicate) |
default ByteStack |
ByteStack.tap(ByteProcedure procedure) |
Copyright © 2004–2020. All rights reserved.