Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableByteStack
| 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.
|
-
Uses of ImmutableByteStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableByteStack Modifier and Type Method Description ImmutableByteStackImmutableByteStackFactory. empty()ImmutableByteStackImmutableByteStackFactory. of()Same asImmutableByteStackFactory.empty().ImmutableByteStackImmutableByteStackFactory. of(byte one)Same asImmutableByteStackFactory.with(byte).ImmutableByteStackImmutableByteStackFactory. of(byte... items)ImmutableByteStackImmutableByteStackFactory. ofAll(Iterable<Byte> iterable)ImmutableByteStackImmutableByteStackFactory. ofAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactory. ofAllReversed(ByteIterable items)ImmutableByteStackImmutableByteStackFactory. with()Same asImmutableByteStackFactory.empty().ImmutableByteStackImmutableByteStackFactory. with(byte one)ImmutableByteStackImmutableByteStackFactory. with(byte... items)ImmutableByteStackImmutableByteStackFactory. withAll(Iterable<Byte> iterable)ImmutableByteStackImmutableByteStackFactory. withAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactory. withAllReversed(ByteIterable items) -
Uses of ImmutableByteStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableByteStack Modifier and Type Method Description ImmutableByteStackImmutableStack. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ImmutableByteStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableByteStack Modifier and Type Method Description ImmutableByteStackImmutableByteStack. pop()ImmutableByteStackImmutableByteStack. pop(int count)ImmutableByteStackImmutableByteStack. push(byte item)ImmutableByteStackImmutableByteStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteStack. select(BytePredicate predicate)default ImmutableByteStackImmutableByteStack. tap(ByteProcedure procedure)ImmutableByteStackByteStack. toImmutable() -
Uses of ImmutableByteStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableByteStack Modifier and Type Method Description ImmutableByteStackImmutableByteStackFactoryImpl. empty()ImmutableByteStackImmutableByteStackFactoryImpl. of()ImmutableByteStackImmutableByteStackFactoryImpl. of(byte one)ImmutableByteStackImmutableByteStackFactoryImpl. of(byte... items)ImmutableByteStackImmutableByteStackFactoryImpl. ofAll(Iterable<Byte> iterable)ImmutableByteStackImmutableByteStackFactoryImpl. ofAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactoryImpl. ofAllReversed(ByteIterable items)ImmutableByteStackImmutableByteStackFactoryImpl. with()ImmutableByteStackImmutableByteStackFactoryImpl. with(byte one)ImmutableByteStackImmutableByteStackFactoryImpl. with(byte... items)ImmutableByteStackImmutableByteStackFactoryImpl. withAll(Iterable<Byte> iterable)ImmutableByteStackImmutableByteStackFactoryImpl. withAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactoryImpl. withAllReversed(ByteIterable items) -
Uses of ImmutableByteStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableByteStack Modifier and Type Method Description ImmutableByteStackByteArrayStack. toImmutable()ImmutableByteStackSynchronizedByteStack. toImmutable()ImmutableByteStackUnmodifiableByteStack. toImmutable()