Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableByteStack
-
Packages that use MutableByteStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.ordered.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.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of MutableByteStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackMutableByteStackFactory. empty()MutableByteStackMutableByteStackFactory. of()Same asMutableByteStackFactory.empty().MutableByteStackMutableByteStackFactory. of(byte... items)Same asMutableByteStackFactory.with(byte[]).MutableByteStackMutableByteStackFactory. ofAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteStackMutableByteStackFactory. ofAll(ByteIterable items)MutableByteStackMutableByteStackFactory. ofAllReversed(ByteIterable items)MutableByteStackMutableByteStackFactory. with()Same asMutableByteStackFactory.empty().MutableByteStackMutableByteStackFactory. with(byte... items)MutableByteStackMutableByteStackFactory. withAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteStackMutableByteStackFactory. withAll(ByteIterable items)MutableByteStackMutableByteStackFactory. withAllReversed(ByteIterable items) -
Uses of MutableByteStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableByteStack Modifier and Type Method Description default MutableByteStackOrderedByteIterable. toStack()Converts the collection to a ByteStack. -
Uses of MutableByteStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableByteStack Modifier and Type Method Description MutableByteStackMutableStack. collectByte(ByteFunction<? super T> byteFunction) -
Uses of MutableByteStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackMutableByteStack. asSynchronized()MutableByteStackMutableByteStack. asUnmodifiable()default MutableByteStackMutableByteStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableByteStackMutableByteStack. reject(BytePredicate predicate)default MutableByteStackMutableByteStack. rejectWithIndex(ByteIntPredicate predicate)Returns a new MutableByteStack excluding all elements with corresponding indexes matching the specified predicate.MutableByteStackMutableByteStack. select(BytePredicate predicate)default MutableByteStackMutableByteStack. selectWithIndex(ByteIntPredicate predicate)Returns a new MutableByteStack including all elements with corresponding indexes matching the specified predicate.default MutableByteStackMutableByteStack. tap(ByteProcedure procedure) -
Uses of MutableByteStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackImmutableByteArrayList. toStack()MutableByteStackImmutableByteEmptyList. toStack()MutableByteStackImmutableByteSingletonList. toStack() -
Uses of MutableByteStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackByteArrayList. toStack()MutableByteStackSynchronizedByteList. toStack()MutableByteStackUnmodifiableByteList. toStack() -
Uses of MutableByteStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackImmutableByteArrayStack. toStack()MutableByteStackImmutableByteEmptyStack. toStack()MutableByteStackImmutableByteSingletonStack. toStack() -
Uses of MutableByteStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableByteStack Modifier and Type Method Description MutableByteStackArrayStack. collectByte(ByteFunction<? super T> byteFunction)MutableByteStackSynchronizedStack. collectByte(ByteFunction<? super T> byteFunction)MutableByteStackUnmodifiableStack. collectByte(ByteFunction<? super T> byteFunction) -
Uses of MutableByteStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableByteStack Modifier and Type Class Description classByteArrayStackByteArrayStack is similar toArrayStack, and is memory-optimized for byte primitives.classSynchronizedByteStackA synchronized view of aMutableByteStack.classUnmodifiableByteStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableByteStack Modifier and Type Field Description private MutableByteStackSynchronizedByteStack. stackprivate MutableByteStackUnmodifiableByteStack. stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableByteStack Modifier and Type Method Description MutableByteStackByteArrayStack. asSynchronized()MutableByteStackSynchronizedByteStack. asSynchronized()MutableByteStackUnmodifiableByteStack. asSynchronized()MutableByteStackByteArrayStack. asUnmodifiable()MutableByteStackSynchronizedByteStack. asUnmodifiable()MutableByteStackUnmodifiableByteStack. asUnmodifiable()MutableByteStackMutableByteStackFactoryImpl. empty()MutableByteStackSynchronizedByteStack. newEmpty()MutableByteStackUnmodifiableByteStack. newEmpty()MutableByteStackMutableByteStackFactoryImpl. of()MutableByteStackMutableByteStackFactoryImpl. of(byte... items)MutableByteStackMutableByteStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteStackMutableByteStackFactoryImpl. ofAll(ByteIterable items)MutableByteStackMutableByteStackFactoryImpl. ofAllReversed(ByteIterable items)MutableByteStackByteArrayStack. reject(BytePredicate predicate)MutableByteStackSynchronizedByteStack. reject(BytePredicate predicate)MutableByteStackUnmodifiableByteStack. reject(BytePredicate predicate)MutableByteStackSynchronizedByteStack. rejectWithIndex(ByteIntPredicate predicate)Returns a new MutableByteStack excluding all elements with corresponding indexes matching the specified predicate.MutableByteStackByteArrayStack. select(BytePredicate predicate)MutableByteStackSynchronizedByteStack. select(BytePredicate predicate)MutableByteStackUnmodifiableByteStack. select(BytePredicate predicate)MutableByteStackSynchronizedByteStack. selectWithIndex(ByteIntPredicate predicate)Returns a new MutableByteStack including all elements with corresponding indexes matching the specified predicate.MutableByteStackByteArrayStack. toStack()MutableByteStackSynchronizedByteStack. toStack()MutableByteStackUnmodifiableByteStack. toStack()MutableByteStackMutableByteStackFactoryImpl. with()MutableByteStackMutableByteStackFactoryImpl. with(byte... items)MutableByteStackMutableByteStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Byte> iterable)MutableByteStackMutableByteStackFactoryImpl. withAll(ByteIterable items)MutableByteStackMutableByteStackFactoryImpl. withAllReversed(ByteIterable items)Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableByteStack Constructor Description SynchronizedByteStack(MutableByteStack stack)SynchronizedByteStack(MutableByteStack stack, java.lang.Object newLock)UnmodifiableByteStack(MutableByteStack stack)
-