- FJBatchIterableProcedureRunner<T,PT extends Procedure<? super T>> - Class in org.eclipse.collections.impl.forkjoin
-
- FJBatchIterableProcedureRunner(Combiner<PT>, int) - Constructor for class org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureRunner
-
- FJBatchIterableProcedureTask<T,PT extends Procedure<? super T>> - Class in org.eclipse.collections.impl.forkjoin
-
- FJBatchIterableProcedureTask(FJBatchIterableProcedureRunner<T, PT>, ProcedureFactory<PT>, BatchIterable<T>, int, int) - Constructor for class org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureTask
-
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
- FJIterate - Class in org.eclipse.collections.impl.forkjoin
-
The FJIterate class contains several parallel algorithms that work with Collections and make use of Java's fork-join
framework.
- FJListObjectIntProcedureRunner<T,PT extends ObjectIntProcedure<? super T>> - Class in org.eclipse.collections.impl.forkjoin
-
- FJListObjectIntProcedureRunner(Combiner<PT>, int) - Constructor for class org.eclipse.collections.impl.forkjoin.FJListObjectIntProcedureRunner
-
- FJListObjectIntProcedureTask<T,PT extends ObjectIntProcedure<? super T>> - Class in org.eclipse.collections.impl.forkjoin
-
- FJListObjectIntProcedureTask(FJListObjectIntProcedureRunner<T, PT>, ObjectIntProcedureFactory<PT>, List<T>, int, int, boolean) - Constructor for class org.eclipse.collections.impl.forkjoin.FJListObjectIntProcedureTask
-
Creates an array of VoidBlockFJTasks wrapping VoidBlocks created by the specified VoidBlockFactory.
- FJListProcedureRunner<T,PT extends Procedure<? super T>> - Class in org.eclipse.collections.impl.forkjoin
-
- FJListProcedureRunner(Combiner<PT>, int) - Constructor for class org.eclipse.collections.impl.forkjoin.FJListProcedureRunner
-
- FJListProcedureTask<T,PT extends Procedure<? super T>> - Class in org.eclipse.collections.impl.forkjoin
-
- FJListProcedureTask(FJListProcedureRunner<T, PT>, ProcedureFactory<PT>, List<T>, int, int, boolean) - Constructor for class org.eclipse.collections.impl.forkjoin.FJListProcedureTask
-
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
- flatCollect(Iterable<T>, Function<? super T, ? extends Iterable<V>>) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- flatCollect(Iterable<T>, Function<? super T, ? extends Iterable<V>>, boolean) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- flatCollect(Iterable<T>, Function<? super T, ? extends Iterable<V>>, R, boolean) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- flatCollect(Iterable<T>, Function<? super T, ? extends Iterable<V>>, R, int, ForkJoinPool, boolean) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEach(Iterable<T>, Procedure<? super T>) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using default runtime parameter values.
- forEach(Iterable<T>, Procedure<? super T>, int) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using default runtime parameter values.
- forEach(Iterable<T>, Procedure<? super T>, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEach(Iterable<T>, PT, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using default runtime parameter values
and the specified executor.
- forEach(Iterable<T>, PT, int, int) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using the specified minimum fork and task count sizes.
- forEach(Iterable<T>, PT, int, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEach(Iterable<T>, ProcedureFactory<PT>, Combiner<PT>, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEach(Iterable<T>, ProcedureFactory<PT>, Combiner<PT>) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEach(Iterable<T>, ProcedureFactory<PT>, Combiner<PT>, int) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using the default values for the task size.
- forEach(Iterable<T>, ProcedureFactory<PT>, Combiner<PT>, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEach(Iterable<T>, ProcedureFactory<PT>, Combiner<PT>, int, int) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using the default values for the task size.
- forEach(Iterable<T>, ProcedureFactory<PT>, Combiner<PT>, int, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEachInBatchWithExecutor(BatchIterable<T>, ProcedureFactory<PT>, Combiner<PT>, int, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEachInListOnExecutor(List<T>, ProcedureFactory<PT>, Combiner<PT>, int, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEachWithIndex(Iterable<T>, ObjectIntProcedure<? super T>) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified, in parallel batches using default runtime parameter values.
- forEachWithIndex(Iterable<T>, PT, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches using the default runtime parameters.
- forEachWithIndex(Iterable<T>, PT, int, int) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
Iterate over the collection specified in parallel batches.
- forEachWithIndex(Iterable<T>, ObjectIntProcedureFactory<PT>, Combiner<PT>, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEachWithIndex(Iterable<T>, ObjectIntProcedureFactory<PT>, Combiner<PT>, int, int) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEachWithIndex(Iterable<T>, ObjectIntProcedureFactory<PT>, Combiner<PT>, int, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-
- forEachWithIndexInListOnExecutor(List<T>, ObjectIntProcedureFactory<PT>, Combiner<PT>, int, int, ForkJoinPool) - Static method in class org.eclipse.collections.impl.forkjoin.FJIterate
-