Searched refs:aes (Results 1 – 1 of 1) sorted by relevance
79 private final AbstractExecutorService aes; field in ExecutorCompletionService98 if (aes == null) in newTaskFor()101 return aes.newTaskFor(task); in newTaskFor()105 if (aes == null) in newTaskFor()108 return aes.newTaskFor(task, result); in newTaskFor()123 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()146 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()