Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure
-
Packages that use BooleanIntProcedure Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.ordered.primitive -
-
Uses of BooleanIntProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type BooleanIntProcedure Modifier and Type Method Description voidBooleanBag. 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 BooleanIntProcedure Modifier and Type Method Description voidOrderedBooleanIterable. forEachWithIndex(BooleanIntProcedure procedure)
-