Package org.sosy_lab.common.time
Class Tickers.TickerWithUnit
- java.lang.Object
-
- com.google.common.base.Ticker
-
- org.sosy_lab.common.time.Tickers.TickerWithUnit
-
-
Constructor Summary
Constructors Constructor Description TickerWithUnit()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TimeUnit
unit()
-
Methods inherited from class com.google.common.base.Ticker
read, systemTicker
-
-
-
-
Method Detail
-
unit
public abstract TimeUnit unit()
-
-