Searched refs:CustomRunnableScheduledFuture (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DScheduledTickleService.java56 return new CustomRunnableScheduledFuture<V>(task) {
132 static class CustomRunnableScheduledFuture<V> class in class:ScheduledTickleService
137 public CustomRunnableScheduledFuture(RunnableScheduledFuture<V> task) { method in class:ScheduledTickleService.CustomRunnableScheduledFuture
165 else if (other instanceof CustomRunnableScheduledFuture)
166 return task.compareTo(((CustomRunnableScheduledFuture)other).task());

Completed in 29 milliseconds