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
InterruptedException
Copyright © 2016–2018. All rights reserved.