| An amount of a specified unit, consisting of a Number and a Unit.
For example, a length measure consists of a Number and a length
unit, such as feet or meters. This is an abstract class.
Subclasses specify a concrete Unit type.
Measure objects are parsed and formatted by subclasses of
MeasureFormat.
Measure objects are immutable.
See Also: java.lang.Number See Also: com.ibm.icu.util.MeasureUnit See Also: com.ibm.icu.text.MeasureFormat author: Alan Liu |