Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableBooleanStack
Packages that use MutableBooleanStack
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 MutableBooleanStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableBooleanStackModifier and TypeMethodDescriptionMutableBooleanStackFactory.empty()MutableBooleanStackFactory.of()Same asMutableBooleanStackFactory.empty().MutableBooleanStackFactory.of(boolean... items) MutableBooleanStackFactory.ofAll(BooleanIterable items) MutableBooleanStackFactory.ofAllReversed(BooleanIterable items) MutableBooleanStackFactory.with()Same asMutableBooleanStackFactory.empty().MutableBooleanStackFactory.with(boolean... items) MutableBooleanStackFactory.withAll(BooleanIterable items) MutableBooleanStackFactory.withAllReversed(BooleanIterable items) -
Uses of MutableBooleanStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableBooleanStackModifier and TypeMethodDescriptiondefault MutableBooleanStackOrderedBooleanIterable.toStack()Converts the collection to a BooleanStack. -
Uses of MutableBooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableBooleanStackModifier and TypeMethodDescriptionMutableStack.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableBooleanStackModifier and TypeMethodDescriptionMutableBooleanStack.asSynchronized()MutableBooleanStack.asUnmodifiable()default MutableBooleanStackMutableBooleanStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableBooleanStack.reject(BooleanPredicate predicate) default MutableBooleanStackMutableBooleanStack.rejectWithIndex(BooleanIntPredicate predicate) Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanStack.select(BooleanPredicate predicate) default MutableBooleanStackMutableBooleanStack.selectWithIndex(BooleanIntPredicate predicate) Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate.default MutableBooleanStackMutableBooleanStack.tap(BooleanProcedure procedure)