org.lightwolf.synchronization
Interface ParallelIterator<T>


public interface ParallelIterator<T>


Method Summary
 boolean hasNext()
           
 T next()
           
 

Method Detail

hasNext

boolean hasNext()

next

T next()