Class ContourPlot.ParallelForEachExecutor<T>

java.lang.Object
java.util.concurrent.ForkJoinTask<Void>
java.util.concurrent.CountedCompleter<Void>
gov.nih.mipav.model.algorithms.ContourPlot.ParallelForEachExecutor<T>
All Implemented Interfaces:
Serializable, Future<Void>
Enclosing class:
ContourPlot

public final class ContourPlot.ParallelForEachExecutor<T> extends CountedCompleter<Void>
CountedCompleter class for multithreaded execution of a Consumer on a Spliterator. Used to realise multithreaded forEach loop in ContourPlot.ImgBase.forEach(Consumer).
Since:
2.0 (relocated from Img class)
Author:
hageldave
See Also: