| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive | |
| 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 |
MutableLongStackFactory.empty() |
MutableLongStack |
MutableLongStackFactory.of()
Same as
MutableLongStackFactory.empty(). |
MutableLongStack |
MutableLongStackFactory.of(long... items)
Same as
MutableLongStackFactory.with(long[]). |
MutableLongStack |
MutableLongStackFactory.ofAll(LongIterable items)
|
MutableLongStack |
MutableLongStackFactory.ofAll(LongStream items) |
MutableLongStack |
MutableLongStackFactory.ofAllReversed(LongIterable items)
|
MutableLongStack |
MutableLongStackFactory.with()
Same as
MutableLongStackFactory.empty(). |
MutableLongStack |
MutableLongStackFactory.with(long... items) |
MutableLongStack |
MutableLongStackFactory.withAll(LongIterable items) |
MutableLongStack |
MutableLongStackFactory.withAll(LongStream items) |
MutableLongStack |
MutableLongStackFactory.withAllReversed(LongIterable items) |
| 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() |
MutableLongStack |
MutableLongStack.reject(LongPredicate predicate) |
MutableLongStack |
MutableLongStack.select(LongPredicate predicate) |
default MutableLongStack |
MutableLongStack.tap(LongProcedure procedure) |
Copyright © 2004–2017. All rights reserved.