|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.utils.ThreadUtils
public final class ThreadUtils
This class provides a set of utilities to work with threads.
Constructor Summary | |
---|---|
ThreadUtils()
|
Method Summary | |
---|---|
static void |
sleepSafely(long millis)
Causes calling thread to sleep and ignores thrown InterruptedException. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadUtils()
Method Detail |
---|
public static void sleepSafely(long millis)
millis
- time to sleep
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |