Uses of Class
com.helger.commons.lang.TimeValue
-
Packages that use TimeValue Package Description com.helger.commons.concurrent com.helger.commons.lang com.helger.commons.timing -
-
Uses of TimeValue in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent with parameters of type TimeValue Modifier and Type Method Description static ESuccessThreadHelper. sleep(TimeValue aTimeValue)Sleep the current thread for a certain amount of time -
Uses of TimeValue in com.helger.commons.lang
Fields in com.helger.commons.lang declared as TimeValue Modifier and Type Field Description static TimeValueTimeValue. SEC1Special instance representing 1 second -
Uses of TimeValue in com.helger.commons.timing
Methods in com.helger.commons.timing that return TimeValue Modifier and Type Method Description static TimeValueStopWatch. runMeasured(Runnable aRunnable)Run the passed runnable and measure the time.
-