Home
last modified time | relevance | path

Searched refs:FixedClock (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DClock.java317 return new FixedClock(fixedInstant, zone); in fixed()
495 static final class FixedClock extends Clock implements Serializable { class in Clock
500 FixedClock(Instant fixedInstant, ZoneId zone) { in FixedClock() method in Clock.FixedClock
513 return new FixedClock(instant, zone); in withZone()
525 if (obj instanceof FixedClock) { in equals()
526 FixedClock other = (FixedClock) obj; in equals()