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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutorCompletionService.java60 * = new ExecutorCompletionService<Result>(e);
80 * = new ExecutorCompletionService<Result>(e);
106 public class ExecutorCompletionService<V> implements CompletionService<V> { class in inherits:CompletionService
141 * Creates an ExecutorCompletionService using the supplied
148 public ExecutorCompletionService(Executor executor) { method in class:ExecutorCompletionService
158 * Creates an ExecutorCompletionService using the supplied
170 public ExecutorCompletionService(Executor executor, method in class:ExecutorCompletionService

Completed in 37 milliseconds