| Interface | Description |
|---|---|
| Converter<F,T> |
Represents an operation to convert values.
|
| QuantityConverter<Q extends javax.measure.Quantity<Q>> |
Represents an operation to convert values.
|
| Class | Description |
|---|---|
| AddConverter |
This class represents a converter adding a constant offset to numeric values (
double based). |
| ExpConverter |
This class represents a exponential converter of limited precision.
|
| LogConverter |
This class represents a logarithmic converter of limited precision.
|
| MultiplyConverter |
This class represents a converter multiplying numeric values by a constant scaling factor (
double based). |
| NaturalOrder<T extends javax.measure.Quantity<T>> |
Comparator to sort by natural order, looking both the unit and the value.
|
| PiMultiplierConverter |
This class represents a converter multiplying numeric values by π (Pi).
|
| QuantityFunctions | |
| QuantitySummaryStatistics<Q extends javax.measure.Quantity<Q>> | |
| RationalConverter |
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
BigInteger
numbers). |
Copyright © 2005–2017 Units of Measurement project. All rights reserved.