Note: This class deliberately resembles java.util.Currency but it has a completely independent implementation, and adds features not present in the JDK. @author Alan Liu @stable ICU 2.2
In the future, this should convert to and from BigDecimal or Double
This class represents a unit of currency such as the British Pound, Euro or US Dollar.
This class is immutable and thread-safe.
The class is designed so that there's never more than one Currency
instance for any given currency. Therefore, there's no public constructor. You obtain a Currency
instance using the getInstance
methods.
@since 1.4
|
|