Searched defs:fixedInstant (Results 1 – 2 of 2) sorted by relevance
87 public static java.time.Clock fixed(java.time.Instant fixedInstant, java.time.ZoneId zone) { throw … in fixed()
348 public static Clock fixed(Instant fixedInstant, ZoneId zone) { in fixed()593 FixedClock(Instant fixedInstant, ZoneId zone) { in FixedClock()