public class SleepUtil extends Object
| Constructor and Description |
|---|
SleepUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sleepAtLeast(long milliseconds)
Sleep for a specified duration in milliseconds.
|
public static void sleepAtLeast(long milliseconds)
milliseconds - the number of milliseconds to sleepCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.