public interface Clock
| Modifier and Type | Method and Description |
|---|---|
long |
nanoTime() |
void |
sleep(long millis) |
static final Clock INSTANCE
long nanoTime()
void sleep(long millis)
throws InterruptedException
InterruptedExceptionCopyright © 2016–2018. All rights reserved.