Uses of Class
tech.units.indriya.quantity.time.TimedData
-
Packages that use TimedData Package Description tech.units.indriya.quantity.time -
-
Uses of TimedData in tech.units.indriya.quantity.time
Subclasses of TimedData in tech.units.indriya.quantity.time Modifier and Type Class Description classTimedQuantityData<Q extends Quantity<Q>>Methods in tech.units.indriya.quantity.time that return TimedData Modifier and Type Method Description static <T> TimedData<T>TimedData. of(T val, long time)Returns aTimedDatawith the specified values.static <T> TimedData<T>TimedData. of(T val, long time, String name)Returns aTimedDatawith the specified values.
-