Uses of Class
tech.units.indriya.quantity.time.TimeUnitQuantity
-
Packages that use TimeUnitQuantity Package Description tech.units.indriya.quantity.time -
-
Uses of TimeUnitQuantity in tech.units.indriya.quantity.time
Methods in tech.units.indriya.quantity.time that return TimeUnitQuantity Modifier and Type Method Description static TimeUnitQuantityTimeQuantities. getQuantity(java.lang.Integer number, java.util.concurrent.TimeUnit timeUnit)static TimeUnitQuantityTimeUnitQuantity. of(java.lang.Integer number, java.util.concurrent.TimeUnit timeUnit)static TimeUnitQuantityTimeUnitQuantity. of(java.util.concurrent.TimeUnit timeUnit, java.lang.Integer number)Deprecated.use #of(Integer, TimeUnit)static TimeUnitQuantityTimeUnitQuantity. of(javax.measure.Quantity<javax.measure.quantity.Time> quantity)TimeUnitQuantityTimeUnitQuantity. to(java.util.concurrent.TimeUnit timeUnit)static TimeUnitQuantityTimeQuantities. toTimeUnitSeconds(javax.measure.Quantity<javax.measure.quantity.Time> quantity)
-