Uses of Interface
org.eclipse.collections.api.stack.primitive.BooleanStack
| Package | Description |
|---|---|
| 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.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive |
-
Uses of BooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return BooleanStack Modifier and Type Method Description BooleanStackStackIterable. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of BooleanStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableBooleanStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableBooleanStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return BooleanStack Modifier and Type Method Description BooleanStackBooleanStack. reject(BooleanPredicate predicate)BooleanStackBooleanStack. select(BooleanPredicate predicate)default BooleanStackBooleanStack. tap(BooleanProcedure procedure) -
Uses of BooleanStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement BooleanStack Modifier and Type Class Description classBooleanArrayStackBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.classSynchronizedBooleanStackA synchronized view of aMutableBooleanStack.classUnmodifiableBooleanStackThis 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 BooleanStack Modifier and Type Class Description classAbstractBooleanStackThis file was automatically generated from template file abstractPrimitiveStack.stg.