Uses of Class
org.docx4j.com.google.common.base.Ticker
| Package | Description |
|---|---|
| org.docx4j.com.google.common.base | |
| org.docx4j.com.google.common.cache |
-
Uses of Ticker in org.docx4j.com.google.common.base
Methods in org.docx4j.com.google.common.base that return Ticker Modifier and Type Method Description static TickerTicker. systemTicker()A ticker that reads the current time usingSystem.nanoTime().Methods in org.docx4j.com.google.common.base with parameters of type Ticker Modifier and Type Method Description static 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. -
Uses of Ticker in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache with parameters of type Ticker Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. ticker(Ticker ticker)Specifies a nanosecond-precision time source for this cache.