Uses of Interface
org.eclipse.jgit.util.time.MonotonicClock
-
Packages that use MonotonicClock Package Description org.eclipse.jgit.util Utility classes.org.eclipse.jgit.util.time -
-
Uses of MonotonicClock in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return MonotonicClock Modifier and Type Method Description MonotonicClockSystemReader. getClock()Get clock instance preferred by this system. -
Uses of MonotonicClock in org.eclipse.jgit.util.time
Classes in org.eclipse.jgit.util.time that implement MonotonicClock Modifier and Type Class Description classMonotonicSystemClockAMonotonicClockbased onSystem.currentTimeMillis.
-