Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableByteStack
Packages that use MutableByteStack
Package
Description
This package contains factory API for creating primitive stack instances.
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
-
Uses of MutableByteStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableByteStackModifier and TypeMethodDescriptionMutableByteStackFactory.empty()MutableByteStackFactory.of()Same asMutableByteStackFactory.empty().MutableByteStackFactory.of(byte... items) Same asMutableByteStackFactory.with(byte[]).MutableByteStackFactory.ofAll(ByteIterable items) MutableByteStackFactory.ofAllReversed(ByteIterable items) MutableByteStackFactory.with()Same asMutableByteStackFactory.empty().MutableByteStackFactory.with(byte... items) MutableByteStackFactory.withAll(ByteIterable items) MutableByteStackFactory.withAllReversed(ByteIterable items) -
Uses of MutableByteStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableByteStackModifier and TypeMethodDescriptiondefault 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 -
Uses of MutableByteStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableByteStackModifier and TypeMethodDescriptionMutableByteStack.asSynchronized()MutableByteStack.asUnmodifiable()default MutableByteStackMutableByteStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableByteStack.reject(BytePredicate predicate) default MutableByteStackMutableByteStack.rejectWithIndex(ByteIntPredicate predicate) Returns a new MutableByteStack excluding all elements with corresponding indexes matching the specified predicate.MutableByteStack.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)