Class ParallelIterable<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ParallelIterable​(java.lang.Iterable<? extends java.lang.Iterable<T>> iterables, java.util.concurrent.ExecutorService workerPool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CloseableIterator<T> iterator()
      Returns an closeable iterator over elements of type T.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • ParallelIterable

        public ParallelIterable​(java.lang.Iterable<? extends java.lang.Iterable<T>> iterables,
                                java.util.concurrent.ExecutorService workerPool)