Searched refs:FixedClock (Results 1 – 1 of 1) sorted by relevance
317 return new FixedClock(fixedInstant, zone); in fixed()495 static final class FixedClock extends Clock implements Serializable { class in Clock500 FixedClock(Instant fixedInstant, ZoneId zone) { in FixedClock() method in Clock.FixedClock513 return new FixedClock(instant, zone); in withZone()525 if (obj instanceof FixedClock) { in equals()526 FixedClock other = (FixedClock) obj; in equals()