| Class | Description |
|---|---|
| DecimalQuantity<Q extends javax.measure.Quantity<Q>> |
An amount of quantity, implementation of
ComparableQuantity that uses BigDecimal as implementation of Number, this object
is immutable. |
| DefaultQuantityFactory<Q extends javax.measure.Quantity<Q>> |
A factory producing simple quantities instances (tuples
Number/ Unit). |
| DoubleQuantity<Q extends javax.measure.Quantity<Q>> |
An amount of quantity, implementation of
ComparableQuantity that uses Double as implementation of Number, this object is
immutable. |
| NumberQuantity<Q extends javax.measure.Quantity<Q>> |
An amount of quantity, implementation of
ComparableQuantity that keep Number as possible otherwise converts to
DecimalQuantity, this object is immutable. |
| ProxyQuantityFactory<Q extends javax.measure.Quantity<Q>> |
A factory producing simple quantities instances (tuples
Number/Unit). |
| ProxyQuantityFactory.Default<Q extends javax.measure.Quantity<Q>> |
The default factory implementation.
|
| ProxyQuantityFactory.GenericHandler<Q extends javax.measure.Quantity<Q>> |
The method invocation handler for implementation backed by any kind of
Number. |
| Quantities |
Singleton class for accessing
Quantity instances. |
| QuantityDimension |
This class represents a quantity dimension (dimension of a physical
quantity).
|
| QuantityRange<Q extends javax.measure.Quantity<Q>> |
A Quantity Range is a pair of
Quantity items that represent a range of values. |
| ShortQuantity<Q extends javax.measure.Quantity<Q>> |
An amount of quantity, consisting of a short and a Unit.
|