public class ThreadPool extends java.lang.Object
ThreadPool()
ThreadPool(int numberOfThreads)
void
addJob(java.lang.Runnable job)
join()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadPool()
public ThreadPool(int numberOfThreads)
public void addJob(java.lang.Runnable job)
public void join() throws java.util.concurrent.ExecutionException
java.util.concurrent.ExecutionException