public class ShadowSystem extends Object
| Constructor and Description |
|---|
ShadowSystem() |
| Modifier and Type | Method and Description |
|---|---|
static long |
currentTimeMillis()
Implements
System.currentTimeMillis() through ShadowWrangler. |
static long |
nanoTime()
Implements
System.nanoTime() through ShadowWrangler. |
public static long nanoTime()
Implements System.nanoTime() through ShadowWrangler.
public static long currentTimeMillis()
Implements System.currentTimeMillis() through ShadowWrangler.