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.
|
org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteStack |
ImmutableByteStackFactory.empty() |
|
ImmutableByteStack |
ImmutableByteStackFactory.of() |
Same as
ImmutableByteStackFactory.empty() . |
ImmutableByteStack |
ImmutableByteStackFactory.of(byte one) |
Same as
ImmutableByteStackFactory.with(byte) . |
ImmutableByteStack |
ImmutableByteStackFactory.of(byte... items) |
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAll(ByteIterable items) |
|
ImmutableByteStack |
ImmutableByteStackFactory.ofAllReversed(ByteIterable items) |
|
ImmutableByteStack |
ImmutableByteStackFactory.with() |
Same as
ImmutableByteStackFactory.empty() . |
ImmutableByteStack |
ImmutableByteStackFactory.with(byte one) |
|
ImmutableByteStack |
ImmutableByteStackFactory.with(byte... items) |
|
ImmutableByteStack |
ImmutableByteStackFactory.withAll(ByteIterable items) |
|
ImmutableByteStack |
ImmutableByteStackFactory.withAllReversed(ByteIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteStack |
ImmutableStack.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method | 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() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.empty() |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.of() |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.of(byte one) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.of(byte... items) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.ofAll(ByteIterable items) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.ofAllReversed(ByteIterable items) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.with() |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.with(byte one) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.with(byte... items) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.withAll(ByteIterable items) |
|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.withAllReversed(ByteIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteStack |
ByteArrayStack.toImmutable() |
|
ImmutableByteStack |
SynchronizedByteStack.toImmutable() |
|
ImmutableByteStack |
UnmodifiableByteStack.toImmutable() |
Copyright © 2004–2017. All rights reserved.