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 MutableClock
MutableClock. epochUTC()
Obtains a newMutableClock
set to the epoch of 1970-01-01T00:00:00Z, converting to date and time using the UTC time-zone.static MutableClock
MutableClock. of(Instant instant, ZoneId zone)
Obtains a newMutableClock
set to the specified instant, converting to date and time using the specified time-zone.MutableClock
MutableClock. withZone(ZoneId zone)
Returns aMutableClock
that uses the specified time-zone and that has shared updates with this clock.
-