Searched refs:aes (Results 1 – 1 of 1) sorted by relevance
105 private final AbstractExecutorService aes; field in ExecutorCompletionService124 if (aes == null) in newTaskFor()127 return aes.newTaskFor(task); in newTaskFor()131 if (aes == null) in newTaskFor()134 return aes.newTaskFor(task, result); in newTaskFor()149 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()172 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()