public class Threads extends Object
Threads()
static void
join(List<Thread> threads)
sleep(long millis)
millis
start(List<Thread> threads)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Threads()
public static void sleep(long millis)
IllegalStateException
public static void start(List<Thread> threads)
public static void join(List<Thread> threads)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.