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

/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutorCompletionService.java31 * = new ExecutorCompletionService<Result>(e);
51 * = new ExecutorCompletionService<Result>(e);
78 public class ExecutorCompletionService<V> implements CompletionService<V> { class in inherits:CompletionService
110 * Creates an ExecutorCompletionService using the supplied
117 public ExecutorCompletionService(Executor executor) { method in class:ExecutorCompletionService
127 * Creates an ExecutorCompletionService using the supplied
139 public ExecutorCompletionService(Executor executor, method in class:ExecutorCompletionService

Completed in 81 milliseconds