Package | Description |
---|---|
javax.measure |
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
|
Modifier and Type | Method and Description |
---|---|
UnitConverter |
UnitConverter.concatenate(UnitConverter converter)
Concatenates this converter with another converter.
|
UnitConverter |
Unit.getConverterTo(Unit<Q> that)
Returns a converter of numeric values from this unit to another unit of same type.
|
UnitConverter |
Unit.getConverterToAny(Unit<?> that)
Returns a converter from this unit to the specified unit of type unknown.
|
UnitConverter |
UnitConverter.inverse()
Returns the inverse of this converter.
|
Modifier and Type | Method and Description |
---|---|
List<? extends UnitConverter> |
UnitConverter.getConversionSteps()
Returns the steps of fundamental converters making up this converter or
this if the converter is a fundamental converter. |
Modifier and Type | Method and Description |
---|---|
UnitConverter |
UnitConverter.concatenate(UnitConverter converter)
Concatenates this converter with another converter.
|
Unit<Q> |
Unit.transform(UnitConverter converter)
Returns the unit derived from this unit using the specified converter.
|
Copyright © 2014–2015 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.