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