Enum Class CurrencyCode

java.lang.Object
java.lang.Enum<CurrencyCode>
net.thauvin.erik.frankfurter.models.CurrencyCode
All Implemented Interfaces:
Serializable, Comparable<CurrencyCode>, Constable

public enum CurrencyCode extends Enum<CurrencyCode>
ISO 4217 currency codes with representative locales.

Each constant provides the ISO code and a locale used for formatting. Use format(double) or format(double, boolean) to format amounts directly.

API Note:
This enum is immutable and thread-safe.