Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
com.ibm.icu.util |
International calendars and other utility classes.
|
Constructor and Description |
---|
GeneralMeasureFormat(ULocale locale,
FormatWidth style,
Map<MeasureUnit,EnumMap<FormatWidth,Map<String,com.ibm.icu.text.GeneralMeasureFormat.PatternData>>> unitToStyleToCountToFormat,
NumberFormat numberFormat)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Class and Description |
---|---|
class |
Currency
A class encapsulating a currency, as defined by ISO 4217.
|
class |
TimeUnit
Measurement unit for time units.
|
Modifier and Type | Field and Description |
---|---|
static MeasureUnit |
MeasureUnit.ACRE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.ARC_MINUTE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.ARC_SECOND
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.CELSIUS
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.CENTIMETER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.CUBIC_KILOMETER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.CUBIC_MILE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.DAY
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.DEGREE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.FAHRENHEIT
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.FOOT
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.G_FORCE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.GRAM
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.HECTARE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.HECTOPASCAL
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.HORSEPOWER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.HOUR
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.INCH
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.INCH_HG
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.KILOGRAM
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.KILOMETER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.KILOMETER_PER_HOUR
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.KILOWATT
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.LIGHT_YEAR
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.LITER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.METER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.METER_PER_SECOND
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MILE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MILE_PER_HOUR
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MILLIBAR
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MILLIMETER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MILLISECOND
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MINUTE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.MONTH
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.OUNCE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.PICOMETER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.POUND
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.SECOND
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.SQUARE_FOOT
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.SQUARE_KILOMETER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.SQUARE_METER
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.SQUARE_MILE
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.WATT
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.WEEK
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.YARD
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.YEAR
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
protected static MeasureUnit |
MeasureUnit.addUnit(String type,
String unitName,
MeasureUnit.Factory factory)
Deprecated.
This API is ICU internal only.
|
MeasureUnit |
MeasureUnit.Factory.create(String type,
String code)
Deprecated.
This API is ICU internal only.
|
static MeasureUnit |
MeasureUnit.getInstance(String type,
String code)
Deprecated.
This API is ICU internal only.
|
MeasureUnit |
Measure.getUnit()
Returns the unit of this object.
|
Modifier and Type | Method and Description |
---|---|
static Set<MeasureUnit> |
MeasureUnit.getAvailable()
Deprecated.
This API is ICU internal only.
|
static Collection<MeasureUnit> |
MeasureUnit.getAvailable(String type)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
int |
MeasureUnit.compareTo(MeasureUnit other)
Deprecated.
This API is ICU internal only.
|
Constructor and Description |
---|
Measure(Number number,
MeasureUnit unit)
Constructs a new object given a number and a unit.
|
Copyright (c) 2013 IBM Corporation and others.