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
Methods 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> void
InternalArrayIterate.batchCount
(T[] array, int start, int end, CountProcedure<T> castProcedure) Implemented to avoid megamorphic call on castProcedure.