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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java281 return new DelegatedExecutorService(executor);
625 static class DelegatedExecutorService extends AbstractExecutorService { class in class:Executors
627 DelegatedExecutorService(ExecutorService executor) { e = executor; } method in class:Executors.DelegatedExecutorService
667 extends DelegatedExecutorService {
681 extends DelegatedExecutorService

Completed in 32 milliseconds