Searched refs:MyRunnableFuture (Results 1 – 1 of 1) sorted by relevance
195 class MyRunnableFuture<V> extends FutureTask<V> { in testNewTaskForRunnable() class196 MyRunnableFuture(Runnable t, V r) { super(t, r); } in testNewTaskForRunnable() method in ExecutorCompletionServiceTest.MyRunnableFuture203 return new MyRunnableFuture<T>(t, r); in testNewTaskForRunnable()212 f1 instanceof MyRunnableFuture); in testNewTaskForRunnable()