Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure
Packages that use BooleanIntProcedure
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains abstract implementations of primitive procedures.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanIntProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidBooleanBag.forEachWithOccurrences(BooleanIntProcedure procedure) For each distinct item, with the number of occurrences, execute the specified procedure. -
Uses of BooleanIntProcedure in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidOrderedBooleanIterable.forEachWithIndex(BooleanIntProcedure procedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidImmutableBooleanEmptyBag.forEachWithOccurrences(BooleanIntProcedure booleanIntProcedure) voidImmutableBooleanHashBag.forEachWithOccurrences(BooleanIntProcedure booleanIntProcedure) voidImmutableBooleanSingletonBag.forEachWithOccurrences(BooleanIntProcedure booleanIntProcedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidBooleanHashBag.forEachWithOccurrences(BooleanIntProcedure procedure) voidSynchronizedBooleanBag.forEachWithOccurrences(BooleanIntProcedure procedure) voidUnmodifiableBooleanBag.forEachWithOccurrences(BooleanIntProcedure procedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.block.procedure.checked.primitive
Classes in org.eclipse.collections.impl.block.procedure.checked.primitive that implement BooleanIntProcedure -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidImmutableBooleanArrayList.forEachWithIndex(BooleanIntProcedure procedure) voidImmutableBooleanEmptyList.forEachWithIndex(BooleanIntProcedure procedure) voidImmutableBooleanSingletonList.forEachWithIndex(BooleanIntProcedure procedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidBooleanArrayList.forEachWithIndex(BooleanIntProcedure procedure) voidSynchronizedBooleanList.forEachWithIndex(BooleanIntProcedure procedure) voidUnmodifiableBooleanList.forEachWithIndex(BooleanIntProcedure procedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidImmutableBooleanEmptyStack.forEachWithIndex(BooleanIntProcedure procedure) voidImmutableBooleanSingletonStack.forEachWithIndex(BooleanIntProcedure procedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidSynchronizedBooleanStack.forEachWithIndex(BooleanIntProcedure procedure) voidUnmodifiableBooleanStack.forEachWithIndex(BooleanIntProcedure procedure) -
Uses of BooleanIntProcedure in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type BooleanIntProcedureModifier and TypeMethodDescriptionvoidAbstractBooleanStack.forEachWithIndex(BooleanIntProcedure procedure)