
public class ParallelRunner extends ArrayList<Runnable>
modCount| Constructor and Description |
|---|
ParallelRunner() |
ParallelRunner(Collection<? extends Runnable> c) |
ParallelRunner(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(ExecutorService executorService,
long timeout) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic ParallelRunner()
public ParallelRunner(Collection<? extends Runnable> c)
public ParallelRunner(int initialCapacity)
public void run(ExecutorService executorService, long timeout) throws InterruptedException
InterruptedExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.