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