Searched defs:ExecutorCompletionService (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutorCompletionService.java60 * = new ExecutorCompletionService<Result>(e);
80 * = new ExecutorCompletionService<Result>(e);
107 public class ExecutorCompletionService<V> implements CompletionService<V> { class in inherits:CompletionService
139 * Creates an ExecutorCompletionService using the supplied
146 public ExecutorCompletionService(Executor executor) { method in class:ExecutorCompletionService
156 * Creates an ExecutorCompletionService using the supplied
168 public ExecutorCompletionService(Executor executor, method in class:ExecutorCompletionService

Completed in 29 milliseconds