| 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 |
|---|---|
ImmutableByteStack |
ImmutableByteStackFactory.empty() |
ImmutableByteStack |
ImmutableByteStackFactory.of()
Same as
ImmutableByteStackFactory.empty(). |
ImmutableByteStack |
ImmutableByteStackFactory.of(byte... items)
|
ImmutableByteStack |
ImmutableByteStackFactory.of(byte one)
Same as
ImmutableByteStackFactory.with(byte). |
ImmutableByteStack |
ImmutableByteStackFactory.ofAll(ByteIterable items)
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAll(Iterable<Byte> iterable)
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAllReversed(ByteIterable items)
|
ImmutableByteStack |
ImmutableByteStackFactory.with()
Same as
ImmutableByteStackFactory.empty(). |
ImmutableByteStack |
ImmutableByteStackFactory.with(byte... items) |
ImmutableByteStack |
ImmutableByteStackFactory.with(byte one) |
ImmutableByteStack |
ImmutableByteStackFactory.withAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactory.withAll(Iterable<Byte> iterable) |
ImmutableByteStack |
ImmutableByteStackFactory.withAllReversed(ByteIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteStack |
ImmutableStack.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteStack |
ImmutableByteStack.pop() |
ImmutableByteStack |
ImmutableByteStack.pop(int count) |
ImmutableByteStack |
ImmutableByteStack.push(byte item) |
ImmutableByteStack |
ImmutableByteStack.reject(BytePredicate predicate) |
ImmutableByteStack |
ImmutableByteStack.select(BytePredicate predicate) |
default ImmutableByteStack |
ImmutableByteStack.tap(ByteProcedure procedure) |
ImmutableByteStack |
ByteStack.toImmutable() |
Copyright © 2004–2020. All rights reserved.