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 TypeMethodDescriptionvoid
BooleanBag.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 TypeMethodDescriptionvoid
OrderedBooleanIterable.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 TypeMethodDescriptionvoid
ImmutableBooleanEmptyBag.forEachWithOccurrences
(BooleanIntProcedure booleanIntProcedure) void
ImmutableBooleanHashBag.forEachWithOccurrences
(BooleanIntProcedure booleanIntProcedure) void
ImmutableBooleanSingletonBag.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 TypeMethodDescriptionvoid
BooleanHashBag.forEachWithOccurrences
(BooleanIntProcedure procedure) void
SynchronizedBooleanBag.forEachWithOccurrences
(BooleanIntProcedure procedure) void
UnmodifiableBooleanBag.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 TypeMethodDescriptionvoid
ImmutableBooleanArrayList.forEachWithIndex
(BooleanIntProcedure procedure) void
ImmutableBooleanEmptyList.forEachWithIndex
(BooleanIntProcedure procedure) void
ImmutableBooleanSingletonList.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 TypeMethodDescriptionvoid
BooleanArrayList.forEachWithIndex
(BooleanIntProcedure procedure) void
SynchronizedBooleanList.forEachWithIndex
(BooleanIntProcedure procedure) void
UnmodifiableBooleanList.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 TypeMethodDescriptionvoid
ImmutableBooleanEmptyStack.forEachWithIndex
(BooleanIntProcedure procedure) void
ImmutableBooleanSingletonStack.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 TypeMethodDescriptionvoid
SynchronizedBooleanStack.forEachWithIndex
(BooleanIntProcedure procedure) void
UnmodifiableBooleanStack.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 TypeMethodDescriptionvoid
AbstractBooleanStack.forEachWithIndex
(BooleanIntProcedure procedure)