Uses of Class
org.eclipse.collections.impl.block.procedure.FastListCollectIfProcedure
Packages that use FastListCollectIfProcedure
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 FastListCollectIfProcedure in org.eclipse.collections.impl.parallel
Methods in org.eclipse.collections.impl.parallel that return FastListCollectIfProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type FastListCollectIfProcedureModifier and TypeMethodDescriptionvoid
FastListCollectIfProcedureCombiner.combineOne
(FastListCollectIfProcedure<T, V> procedureCombine) -
Uses of FastListCollectIfProcedure in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type FastListCollectIfProcedureModifier and TypeMethodDescriptionprivate static <T> void
InternalArrayIterate.batchFastListCollectIf
(T[] array, int start, int end, FastListCollectIfProcedure<T, ?> castProcedure) Implemented to avoid megamorphic call on castProcedure.