public class WallClock extends java.lang.Object implements Clock<WallClockTimestamp>
| Constructor and Description |
|---|
WallClock() |
| Modifier and Type | Method and Description |
|---|---|
WallClockTimestamp |
getTime()
Returns the current time of the clock.
|
java.lang.String |
toString() |
public WallClockTimestamp getTime()
ClockgetTime in interface Clock<WallClockTimestamp>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013-2018. All Rights Reserved.