Uses of Class
tech.units.indriya.quantity.ProxyQuantityFactory
Packages that use ProxyQuantityFactory
-
Uses of ProxyQuantityFactory in tech.units.indriya.quantity
Subclasses of ProxyQuantityFactory in tech.units.indriya.quantityModifier and TypeClassDescriptionprivate static final class
ProxyQuantityFactory.Default<Q extends javax.measure.Quantity<Q>>
The default factory implementation.Fields in tech.units.indriya.quantity with type parameters of type ProxyQuantityFactoryModifier and TypeFieldDescriptionprivate static final Map<Class,
ProxyQuantityFactory> ProxyQuantityFactory.INSTANCES
Holds the current instances.Methods in tech.units.indriya.quantity that return ProxyQuantityFactoryModifier and TypeMethodDescriptionstatic <Q extends javax.measure.Quantity<Q>>
ProxyQuantityFactory<Q>ProxyQuantityFactory.getInstance
(Class<Q> type) Returns the default instance for the specified quantity type.Methods in tech.units.indriya.quantity with parameters of type ProxyQuantityFactoryModifier and TypeMethodDescriptionprotected static <Q extends javax.measure.Quantity<Q>>
voidProxyQuantityFactory.setInstance
(Class<Q> type, ProxyQuantityFactory<Q> factory) Overrides the default implementation of the factory for the specified quantity type.