|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlij.util.Utilities
public class Utilities
This class provides a number of convenience methods used throughout the application.
Constructor Summary | |
---|---|
Utilities()
|
Method Summary | |
---|---|
static void |
yieldThread(long millis)
Convenience method for calling Thread.sleep(long millis). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utilities()
Method Detail |
---|
public static void yieldThread(long millis)
millis
- The number of milliseconds to yield for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |