Uses of Class
org.threeten.extra.MutableClock
-
Packages that use MutableClock Package Description org.threeten.extra Value types and utilities that extendjava.time.*. -
-
Uses of MutableClock in org.threeten.extra
Methods in org.threeten.extra that return MutableClock Modifier and Type Method Description static MutableClockMutableClock. epochUTC()Obtains a newMutableClockset to the epoch of 1970-01-01T00:00:00Z, converting to date and time using the UTC time-zone.static MutableClockMutableClock. of(Instant instant, ZoneId zone)Obtains a newMutableClockset to the specified instant, converting to date and time using the specified time-zone.MutableClockMutableClock. withZone(ZoneId zone)Returns aMutableClockthat uses the specified time-zone and that has shared updates with this clock.
-