org.ujmp.core.util.concurrent
Class PForEquidistant

java.lang.Object
  extended by org.ujmp.core.util.concurrent.PForEquidistant

public abstract class PForEquidistant
extends Object


Constructor Summary
PForEquidistant(int threads, int first, int last, Object... objects)
           
PForEquidistant(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

PForEquidistant

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

PForEquidistant

public PForEquidistant(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.