Searched defs:newScheduledThreadPool (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java209 * <tt>newScheduledThreadPool(1)</tt> the returned executor is
226 * equivalent <tt>newScheduledThreadPool(1, threadFactory)</tt>
247 public static ScheduledExecutorService newScheduledThreadPool(int corePoolSize) { method in class:Executors
262 public static ScheduledExecutorService newScheduledThreadPool( method in class:Executors

Completed in 33 milliseconds