public final class Util
extends java.lang.Object
Util
class contains static methods for common utilities.Modifier | Constructor and Description |
---|---|
private |
Util()
Util should not be instantiable. |
Modifier and Type | Method and Description |
---|---|
static boolean |
sleep(long milliseconds)
Blocks the thread for the given amount of milliseconds.
|