Searched refs:aes (Results 1 – 1 of 1) sorted by relevance
108 private final AbstractExecutorService aes; field in ExecutorCompletionService127 if (aes == null) in newTaskFor()130 return aes.newTaskFor(task); in newTaskFor()134 if (aes == null) in newTaskFor()137 return aes.newTaskFor(task, result); in newTaskFor()152 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()175 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()