public interface Clock
Modifier and Type | Method and Description |
---|---|
default long |
currentTimeInMicros()
Get the current time in microseconds.
|
long |
currentTimeInMillis()
Get the current time in milliseconds.
|
default long |
currentTimeInNanos()
Get the current time in nanoseconds.
|
static Clock |
system()
|
static final Clock SYSTEM
static Clock system()
default long currentTimeInNanos()
default long currentTimeInMicros()
long currentTimeInMillis()
Copyright © 2017 JBoss by Red Hat. All rights reserved.