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 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.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.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) |
ImmutableByteStack |
ByteStack.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteStack |
ImmutableByteStackFactoryImpl.empty() |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.of() |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.of(byte... items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.of(byte one) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.ofAllReversed(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.with() |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.with(byte... items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.with(byte one) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.withAll(ByteIterable items) |
ImmutableByteStack |
ImmutableByteStackFactoryImpl.withAllReversed(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteStack |
UnmodifiableByteStack.toImmutable() |
ImmutableByteStack |
ByteArrayStack.toImmutable() |
ImmutableByteStack |
SynchronizedByteStack.toImmutable() |
Copyright © 2004–2016. All rights reserved.