org.ujmp.core.util.concurrent
Class PFor

java.lang.Object
  extended by 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)
           
 
Method Summary
 Object getObject(int i)
           
abstract  void step(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PFor

public PFor(int threads,
            int first,
            int last,
            Object... objects)

PFor

public PFor(int first,
            int last,
            Object... objects)
Method Detail

step

public abstract void step(int i)

getObject

public final Object getObject(int i)


Copyright © 2010. All Rights Reserved.