| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive |
This package contains factory API for creating primitive stack instances.
|
| 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 |
|---|---|
MutableLongStack |
MutableStack.collectLong(LongFunction<? super T> longFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongStack |
MutableLongStack.asSynchronized() |
MutableLongStack |
MutableLongStack.asUnmodifiable() |
default MutableLongStack |
MutableLongStack.newEmpty()
Creates a new empty mutable version of the same stack type.
|
MutableLongStack |
MutableLongStack.reject(LongPredicate predicate) |
default MutableLongStack |
MutableLongStack.rejectWithIndex(LongIntPredicate predicate)
Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.
|
MutableLongStack |
MutableLongStack.select(LongPredicate predicate) |
default MutableLongStack |
MutableLongStack.selectWithIndex(LongIntPredicate predicate)
Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.
|
default MutableLongStack |
MutableLongStack.tap(LongProcedure procedure) |
Copyright © 2004–2022. All rights reserved.