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
Subclasses with type arguments of type FastListCollectIfProcedure in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionfinal classCombines the results of a Collection of FastListCollectIfProcedures which each hold onto a transformed and filtered (collect, if) collection of results.Classes in org.eclipse.collections.impl.parallel that implement interfaces with type arguments of type FastListCollectIfProcedureMethods in org.eclipse.collections.impl.parallel that return FastListCollectIfProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type FastListCollectIfProcedureModifier and TypeMethodDescriptionvoidFastListCollectIfProcedureCombiner.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> voidInternalArrayIterate.batchFastListCollectIf(T[] array, int start, int end, FastListCollectIfProcedure<T, ?> castProcedure) Implemented to avoid megamorphic call on castProcedure.