Uses of Class
org.eclipse.collections.impl.block.procedure.FastListCollectProcedure
-
Packages that use FastListCollectProcedure Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.utility.internal 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
Methods in org.eclipse.collections.impl.parallel that return FastListCollectProcedure Modifier and Type Method Description FastListCollectProcedure<T,V>
FastListCollectProcedureFactory. create()
Methods in org.eclipse.collections.impl.parallel with parameters of type FastListCollectProcedure Modifier and Type Method Description void
FastListCollectProcedureCombiner. 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 FastListCollectProcedure Modifier and Type Method Description private static <T> void
InternalArrayIterate. batchFastListCollect(T[] array, int start, int end, FastListCollectProcedure<T,?> castProcedure)
Implemented to avoid megamorphic call on castProcedure.
-