Uses of Interface
org.eclipse.collections.api.stack.primitive.BooleanStack
Packages that use BooleanStack
Package
Description
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return BooleanStackModifier and TypeMethodDescriptionStackIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of BooleanStack in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return BooleanStackModifier and TypeMethodDescriptionBooleanStack.reject(BooleanPredicate predicate) default BooleanStackBooleanStack.rejectWithIndex(BooleanIntPredicate predicate) Returns a new BooleanStack excluding all elements with corresponding indexes matching the specified predicate.BooleanStack.select(BooleanPredicate predicate) default BooleanStackBooleanStack.selectWithIndex(BooleanIntPredicate predicate) Returns a new BooleanStack including all elements with corresponding indexes matching the specified predicate.default BooleanStackBooleanStack.tap(BooleanProcedure procedure) -
Uses of BooleanStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement BooleanStackModifier and TypeClassDescription(package private) final classImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack.(package private) final classImmutableBooleanEmptyStack is an optimization forImmutableBooleanStackof size 0.(package private) final classImmutableBooleanSingletonStack is an optimization forImmutableBooleanStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as BooleanStackModifier and TypeFieldDescriptionprivate BooleanStackImmutableBooleanArrayStack.ImmutableBooleanStackSerializationProxy.stackConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanStackModifierConstructorDescriptionprotected -
Uses of BooleanStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement BooleanStackModifier and TypeClassDescriptionclassBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.classA synchronized view of aMutableBooleanStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of BooleanStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement BooleanStackModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.