Uses of Interface
javax.measure.spi.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(Class<Q> quantity)
Returns a factory for the givenQuantity
type.