Searched refs:SourceClock (Results 1 – 2 of 2) sorted by relevance
27 import java.time.Clock.SourceClock;251 return new SourceClock(this, zone); in withZone()
793 static final class SourceClock extends Clock implements Serializable { class in Clock800 SourceClock(InstantSource baseSource, ZoneId zone) { in SourceClock() method in Clock.SourceClock813 return new SourceClock(baseSource, zone); in withZone()825 return (obj instanceof SourceClock other) in equals()