Uses of Class
org.eclipse.collections.impl.block.procedure.FastListCollectProcedure
Packages that use FastListCollectProcedure
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 FastListCollectProcedure in org.eclipse.collections.impl.parallel
Subclasses with type arguments of type FastListCollectProcedure in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionfinal classCombines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.Classes in org.eclipse.collections.impl.parallel that implement interfaces with type arguments of type FastListCollectProcedureMethods in org.eclipse.collections.impl.parallel that return FastListCollectProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type FastListCollectProcedureModifier and TypeMethodDescriptionvoidFastListCollectProcedureCombiner.combineOne(FastListCollectProcedure<T, V> procedure) -
Uses of FastListCollectProcedure in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type FastListCollectProcedureModifier and TypeMethodDescriptionprivate static <T> voidInternalArrayIterate.batchFastListCollect(T[] array, int start, int end, FastListCollectProcedure<T, ?> castProcedure) Implemented to avoid megamorphic call on castProcedure.