org.ujmp.core.util.concurrent
Class PFor
java.lang.Object
org.ujmp.core.util.concurrent.PFor
public abstract class PFor
- extends Object
Constructor Summary |
PFor(int threads,
int first,
int last,
Object... objects)
|
PFor(int first,
int last,
Object... objects)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PFor
public PFor(int threads,
int first,
int last,
Object... objects)
PFor
public PFor(int first,
int last,
Object... objects)
step
public abstract void step(int i)
getObject
public final Object getObject(int i)
Copyright © 2010. All Rights Reserved.