Package io.deephaven.base.clock
package io.deephaven.base.clock
-
ClassDescriptionProvides time-based methods.A base implementation of Clock, with all methods being sourced from
Clock.currentTimeNanos()
.A clock impl with a delta adjustment.A marker interface forClock
that designates implementations as system clocks.A clock based off ofSystem.currentTimeMillis()
.A clock based off of the current system time.