This class represents a unit of currency such as the British Pound, Euro or US Dollar.
The set of loaded currencies is provided by an instance of {@link CurrencyUnitDataProvider}. The provider used is determined by the system property {@code org.joda.money.CurrencyUnitDataProvider}which should be the fully qualified class name of the provider. The default provider loads the first resource named {@code /org/joda/money/MoneyData.csv} on the classpath.
This class is immutable and thread-safe.
|
|