Uses of Class
edu.rit.pj.WorkerIteration
Packages that use WorkerIteration
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of WorkerIteration in edu.rit.pj
Methods in edu.rit.pj with parameters of type WorkerIterationModifier and TypeMethodDescriptionfinal <T> void
WorkerRegion.execute
(Iterable<T> theIterable, WorkerIteration<T> theIteration) Execute a worker iteration within this worker region.final <T> void
WorkerRegion.execute
(Iterator<T> theIterator, WorkerIteration<T> theIteration) Execute a worker iteration within this worker region.final <T> void
WorkerRegion.execute
(T[] theArray, WorkerIteration<T> theIteration) Execute a worker iteration within this worker region.