Uses of Class
tech.units.indriya.quantity.ProxyQuantityFactory
-
Packages that use ProxyQuantityFactory Package Description tech.units.indriya.quantity -
-
Uses of ProxyQuantityFactory in tech.units.indriya.quantity
Subclasses of ProxyQuantityFactory in tech.units.indriya.quantity Modifier and Type Class Description private static class
ProxyQuantityFactory.Default<Q extends javax.measure.Quantity<Q>>
The default factory implementation.Fields in tech.units.indriya.quantity with type parameters of type ProxyQuantityFactory Modifier and Type Field Description private static java.util.Map<java.lang.Class,ProxyQuantityFactory>
ProxyQuantityFactory. INSTANCES
Holds the current instances.Methods in tech.units.indriya.quantity that return ProxyQuantityFactory Modifier and Type Method Description static <Q extends javax.measure.Quantity<Q>>
ProxyQuantityFactory<Q>ProxyQuantityFactory. getInstance(java.lang.Class<Q> type)
Returns the default instance for the specified quantity type.Methods in tech.units.indriya.quantity with parameters of type ProxyQuantityFactory Modifier and Type Method Description protected static <Q extends javax.measure.Quantity<Q>>
voidProxyQuantityFactory. setInstance(java.lang.Class<Q> type, ProxyQuantityFactory<Q> factory)
Overrides the default implementation of the factory for the specified quantity type.
-