Uses of Interface
javax.measure.spi.QuantityFactory
-
Packages that use QuantityFactory Package Description javax.measure.spi [OPTIONAL] The Units of Measurement SPI. -
-
Uses of QuantityFactory in javax.measure.spi
Methods in javax.measure.spi that return QuantityFactory Modifier and Type Method Description abstract <Q extends Quantity<Q>>
QuantityFactory<Q>ServiceProvider. getQuantityFactory(java.lang.Class<Q> quantity)
Return a factory for thisQuantity
.
-