Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack
Packages that use ImmutableBooleanStack
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 ImmutableBooleanStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableBooleanStackModifier and TypeMethodDescriptionImmutableBooleanStackFactory.empty()ImmutableBooleanStackFactory.of()Same asImmutableBooleanStackFactory.empty().ImmutableBooleanStackFactory.of(boolean one) ImmutableBooleanStackFactory.of(boolean... items) ImmutableBooleanStackFactory.ofAll(BooleanIterable items) ImmutableBooleanStackFactory.ofAllReversed(BooleanIterable items) ImmutableBooleanStackFactory.with()Same asImmutableBooleanStackFactory.empty().ImmutableBooleanStackFactory.with(boolean one) ImmutableBooleanStackFactory.with(boolean... items) ImmutableBooleanStackFactory.withAll(BooleanIterable items) ImmutableBooleanStackFactory.withAllReversed(BooleanIterable items) -
Uses of ImmutableBooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableBooleanStackModifier and TypeMethodDescriptionImmutableStack.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableBooleanStackModifier and TypeMethodDescriptionImmutableBooleanStack.pop()ImmutableBooleanStack.pop(int count) ImmutableBooleanStack.push(boolean item) ImmutableBooleanStack.reject(BooleanPredicate predicate) default ImmutableBooleanStackImmutableBooleanStack.rejectWithIndex(BooleanIntPredicate predicate) Returns a new ImmutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableBooleanStack.select(BooleanPredicate predicate) default ImmutableBooleanStackImmutableBooleanStack.selectWithIndex(BooleanIntPredicate predicate) Returns a new ImmutableBooleanStack including all elements with corresponding indexes matching the specified predicate.default ImmutableBooleanStackImmutableBooleanStack.tap(BooleanProcedure procedure) BooleanStack.toImmutable()