Searched refs:MyCallableFuture (Results 1 – 1 of 1) sorted by relevance
163 class MyCallableFuture<V> extends FutureTask<V> { in testNewTaskForCallable() class164 MyCallableFuture(Callable<V> c) { super(c); } in testNewTaskForCallable() method in ExecutorCompletionServiceTest.MyCallableFuture171 return new MyCallableFuture<T>(c); in testNewTaskForCallable()180 f1 instanceof MyCallableFuture); in testNewTaskForCallable()