Uses of Class
org.eclipse.collections.impl.block.procedure.FastListSelectProcedure
Packages that use FastListSelectProcedure
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 FastListSelectProcedure in org.eclipse.collections.impl.parallel
Subclasses with type arguments of type FastListSelectProcedure in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionfinal classCombines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.Classes in org.eclipse.collections.impl.parallel that implement interfaces with type arguments of type FastListSelectProcedureMethods in org.eclipse.collections.impl.parallel that return FastListSelectProcedureMethods in org.eclipse.collections.impl.parallel with parameters of type FastListSelectProcedureModifier and TypeMethodDescriptionvoidFastListSelectProcedureCombiner.combineOne(FastListSelectProcedure<T> procedureCombine) -
Uses of FastListSelectProcedure in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type FastListSelectProcedureModifier and TypeMethodDescriptionprivate static <T> voidInternalArrayIterate.batchFastListSelect(T[] array, int start, int end, FastListSelectProcedure<T> castProcedure) Implemented to avoid megamorphic call on castProcedure.