See: Description
Interface | Description |
---|---|
TimeStrategy |
Defines a time strategy to get a time in nanoseconds.
|
Class | Description |
---|---|
PlatformTimeStrategy |
This class implements a time strategy over the
Util.platformTimeNanos() . |
SystemCurrentTimeStrategy |
This class implements a time strategy over the
System.currentTimeMillis() . |