Uses of Class
org.eclipse.collections.impl.block.procedure.CountProcedure
-
Packages that use CountProcedure Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.utility.internal 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 CountProcedure Modifier and Type Method Description CountProcedure<T>CountProcedureFactory. create()Methods in org.eclipse.collections.impl.parallel with parameters of type CountProcedure Modifier and Type Method Description voidCountCombiner. combineOne(CountProcedure<T> procedure) -
Uses of CountProcedure in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type CountProcedure Modifier and Type Method Description private static <T> voidInternalArrayIterate. batchCount(T[] array, int start, int end, CountProcedure<T> castProcedure)Implemented to avoid megamorphic call on castProcedure.
-