public class MockClock
extends java.time.Clock
| Modifier and Type | Method and Description |
|---|---|
java.time.ZoneId |
getZone() |
java.time.Instant |
instant() |
long |
millis() |
java.time.Clock |
withZone(java.time.ZoneId zone) |
public java.time.ZoneId getZone()
getZone in class java.time.Clockpublic java.time.Clock withZone(java.time.ZoneId zone)
withZone in class java.time.Clockpublic java.time.Instant instant()
instant in class java.time.Clockpublic long millis()
millis in class java.time.ClockCopyright © 2017–2020 The Apache Software Foundation. All rights reserved.