| 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 |
|---|---|
ImmutableIntStack |
ImmutableStack.collectInt(IntFunction<? super T> intFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntStack |
ImmutableIntStack.pop() |
ImmutableIntStack |
ImmutableIntStack.pop(int count) |
ImmutableIntStack |
ImmutableIntStack.push(int item) |
ImmutableIntStack |
ImmutableIntStack.reject(IntPredicate predicate) |
ImmutableIntStack |
ImmutableIntStack.select(IntPredicate predicate) |
default ImmutableIntStack |
ImmutableIntStack.tap(IntProcedure procedure) |
ImmutableIntStack |
IntStack.toImmutable() |
Copyright © 2004–2017. All rights reserved.