| 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 |
|---|---|
LongStack |
StackIterable.collectLong(LongFunction<? super T> longFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableLongStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableLongStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
LongStack |
LongStack.reject(LongPredicate predicate) |
LongStack |
LongStack.select(LongPredicate predicate) |
default LongStack |
LongStack.tap(LongProcedure procedure) |
Copyright © 2004–2020. All rights reserved.