| 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 |
|---|---|
ImmutableShortStack |
ImmutableShortStackFactory.empty() |
ImmutableShortStack |
ImmutableShortStackFactory.of()
Same as
ImmutableShortStackFactory.empty(). |
ImmutableShortStack |
ImmutableShortStackFactory.of(short... items)
|
ImmutableShortStack |
ImmutableShortStackFactory.of(short one)
|
ImmutableShortStack |
ImmutableShortStackFactory.ofAll(Iterable<Short> iterable)
|
ImmutableShortStack |
ImmutableShortStackFactory.ofAll(ShortIterable items)
|
ImmutableShortStack |
ImmutableShortStackFactory.ofAllReversed(ShortIterable items)
|
ImmutableShortStack |
ImmutableShortStackFactory.with()
Same as
ImmutableShortStackFactory.empty(). |
ImmutableShortStack |
ImmutableShortStackFactory.with(short... items) |
ImmutableShortStack |
ImmutableShortStackFactory.with(short one) |
ImmutableShortStack |
ImmutableShortStackFactory.withAll(Iterable<Short> iterable) |
ImmutableShortStack |
ImmutableShortStackFactory.withAll(ShortIterable items) |
ImmutableShortStack |
ImmutableShortStackFactory.withAllReversed(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortStack |
ImmutableStack.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortStack |
ImmutableShortStack.pop() |
ImmutableShortStack |
ImmutableShortStack.pop(int count) |
ImmutableShortStack |
ImmutableShortStack.push(short item) |
ImmutableShortStack |
ImmutableShortStack.reject(ShortPredicate predicate) |
ImmutableShortStack |
ImmutableShortStack.select(ShortPredicate predicate) |
default ImmutableShortStack |
ImmutableShortStack.tap(ShortProcedure procedure) |
ImmutableShortStack |
ShortStack.toImmutable() |
Copyright © 2004–2020. All rights reserved.