|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.util.ThreadUtil
Thread utilities.
Constructor Summary | |
ThreadUtil()
|
Method Summary | |
static void |
sleep()
Puts a thread to sleep forever. |
static void |
sleep(long ms)
Puts a thread to sleep, without throwing an InterruptedException. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadUtil()
Method Detail |
public static void sleep(long ms)
ms
- the length of time to sleep in millisecondspublic static void sleep()
sleep(long ms)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |