public class WallClock extends Object implements Clock<WallClockTimestamp>
| Constructor and Description |
|---|
WallClock() |
| Modifier and Type | Method and Description |
|---|---|
WallClockTimestamp |
getTime()
Returns the current time of the clock.
|
String |
toString() |
public WallClockTimestamp getTime()
ClockgetTime in interface Clock<WallClockTimestamp>Copyright © 2013–2017. All rights reserved.