Uses of Class
org.eclipse.collections.impl.block.procedure.CountProcedure
Packages that use CountProcedure
Package
Description
This package contains classes which is used for parallel iteration through the containers.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of CountProcedure in org.eclipse.collections.impl.parallel
Subclasses with type arguments of type CountProcedure in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionfinal classCombines the results of a Collection of CountBlocks which each hold onto a filtered sum (count where) result.Classes in org.eclipse.collections.impl.parallel that implement interfaces with type arguments of type CountProcedureMethods in org.eclipse.collections.impl.parallel that return CountProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type CountProcedure -
Uses of CountProcedure in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type CountProcedureModifier and TypeMethodDescriptionprivate static <T> voidInternalArrayIterate.batchCount(T[] array, int start, int end, CountProcedure<T> castProcedure) Implemented to avoid megamorphic call on castProcedure.