Uses of Class
dev.mccue.guava.base.Ticker
-
Uses of Ticker in dev.mccue.guava.base
Methods in dev.mccue.guava.base that return TickerModifier and TypeMethodDescriptionstatic TickerTicker.systemTicker()A ticker that reads the current time usingSystem#nanoTime.Methods in dev.mccue.guava.base with parameters of type TickerModifier and TypeMethodDescriptionstatic StopwatchStopwatch.createStarted(Ticker ticker) Creates (and starts) a new stopwatch, using the specified time source.static StopwatchStopwatch.createUnstarted(Ticker ticker) Creates (but does not start) a new stopwatch, using the specified time source.