Searched refs:OffsetClock (Results 1 – 1 of 1) sorted by relevance
379 return new OffsetClock(baseClock, offsetDuration); in offset()685 static final class OffsetClock extends Clock implements Serializable { class in Clock692 OffsetClock(Clock baseClock, Duration offset) { in OffsetClock() method in Clock.OffsetClock705 return new OffsetClock(baseClock.withZone(zone), offset); in withZone()717 return obj instanceof OffsetClock other in equals()