Uses of Class
org.ojalgo.type.Stopwatch.TimedResult
-
Packages that use Stopwatch.TimedResult Package Description org.ojalgo.type -
-
Uses of Stopwatch.TimedResult in org.ojalgo.type
Methods in org.ojalgo.type that return Stopwatch.TimedResult Modifier and Type Method Description static <T> Stopwatch.TimedResult<T>
Stopwatch. meassure(java.util.concurrent.Callable<T> task)
static <T> Stopwatch.TimedResult<T>
Stopwatch. meassure(java.util.concurrent.Callable<T> task, CalendarDateUnit unit)
-