Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableByteStack
-
Packages that use ImmutableByteStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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 This package contains implementations of theImmutableStackinterface.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(java.lang.Iterable<java.lang.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(java.lang.Iterable<java.lang.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)default ImmutableByteStackImmutableByteStack. rejectWithIndex(ByteIntPredicate predicate)Returns a new ImmutableByteStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableByteStackImmutableByteStack. select(BytePredicate predicate)default ImmutableByteStackImmutableByteStack. selectWithIndex(ByteIntPredicate predicate)Returns a new ImmutableByteStack including all elements with corresponding indexes matching the specified predicate.default ImmutableByteStackImmutableByteStack. tap(ByteProcedure procedure)ImmutableByteStackByteStack. toImmutable() -
Uses of ImmutableByteStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableByteStack Modifier and Type Method Description ImmutableByteStackImmutableArrayStack. collectByte(ByteFunction<? super T> byteFunction)Deprecated.ImmutableByteStackImmutableEmptyStack. collectByte(ByteFunction<? super T> byteFunction)ImmutableByteStackImmutableNotEmptyStack. collectByte(ByteFunction<? super T> function) -
Uses of ImmutableByteStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableByteStack Modifier and Type Class Description (package private) classImmutableByteArrayStackImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack.(package private) classImmutableByteEmptyStackImmutableByteEmptyStack is an optimization forImmutableByteStackof size 0.(package private) classImmutableByteSingletonStackImmutableByteSingletonStack is an optimization forImmutableByteStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableByteStack Modifier and Type Field Description (package private) static ImmutableByteStackImmutableByteEmptyStack. INSTANCEMethods 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(java.lang.Iterable<java.lang.Byte> iterable)ImmutableByteStackImmutableByteStackFactoryImpl. ofAll(ByteIterable items)ImmutableByteStackImmutableByteStackFactoryImpl. ofAllReversed(ByteIterable items)ImmutableByteStackImmutableByteArrayStack. pop()ImmutableByteStackImmutableByteArrayStack. pop(int count)ImmutableByteStackImmutableByteEmptyStack. pop()ImmutableByteStackImmutableByteEmptyStack. pop(int count)ImmutableByteStackImmutableByteSingletonStack. pop()ImmutableByteStackImmutableByteSingletonStack. pop(int count)ImmutableByteStackImmutableByteArrayStack. push(byte item)ImmutableByteStackImmutableByteEmptyStack. push(byte element)ImmutableByteStackImmutableByteSingletonStack. push(byte element)ImmutableByteStackImmutableByteArrayStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteEmptyStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteSingletonStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteArrayStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteEmptyStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteSingletonStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteArrayStack. toImmutable()ImmutableByteStackImmutableByteEmptyStack. toImmutable()ImmutableByteStackImmutableByteSingletonStack. toImmutable()ImmutableByteStackImmutableByteStackFactoryImpl. with()ImmutableByteStackImmutableByteStackFactoryImpl. with(byte one)ImmutableByteStackImmutableByteStackFactoryImpl. with(byte... items)ImmutableByteStackImmutableByteStackFactoryImpl. withAll(java.lang.Iterable<java.lang.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()
-