| 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) |
default ByteStack |
ByteStack.rejectWithIndex(ByteIntPredicate predicate)
Returns a new ByteStack excluding all elements with corresponding indexes matching the specified predicate.
|
ByteStack |
ByteStack.select(BytePredicate predicate) |
default ByteStack |
ByteStack.selectWithIndex(ByteIntPredicate predicate)
Returns a new ByteStack including all elements with corresponding indexes matching the specified predicate.
|
default ByteStack |
ByteStack.tap(ByteProcedure procedure) |
Copyright © 2004–2022. All rights reserved.