org.lightwolf.synchronization
Class ParallelArray<T>

java.lang.Object
  extended by org.lightwolf.synchronization.ParallelArray<T>

public final class ParallelArray<T>
extends Object


Constructor Summary
ParallelArray(T[] data)
           
 
Method Summary
 ParallelIterator<T> iterator()
           
 void setThreadCount(int threadCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelArray

public ParallelArray(T[] data)
Method Detail

setThreadCount

public void setThreadCount(int threadCount)

iterator

public ParallelIterator<T> iterator()