T
- public class PWhileJob<T> extends PJob
Modifier and Type | Class and Description |
---|---|
static class |
PWhileJob.PWhileTask<T> |
static class |
PWhileJob.WhileTaskWrapper<T>
Wrapper class for
PWhileJob.PWhileTask (internal) |
Constructor and Description |
---|
PWhileJob(IStructure<T> items,
PWhileJob.PWhileTask<T> task) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executor method of a job.
|
add, add, execute, finishTask, getThreadPool, join
public PWhileJob(IStructure<T> items, PWhileJob.PWhileTask<T> task)