Searched defs:Currency (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DCurrency.java55 * <code>Currency</code> instance for any given currency. Therefore, there's
56 * no public constructor. You obtain a <code>Currency</code> instance using
76 public final class Currency implements Serializable { class in inherits:Serializable
102 private static HashMap<String, Currency> instances = new HashMap<String, Currency>(7);
103 private static HashSet<Currency> available;
188 // Currency data format version
202 throw new InternalError("Currency data is possibly corrupted");
206 throw new InternalError("Currency data format is incorrect");
264 * Constructs a <code>Currency</cod
268 private Currency(String currencyCode, int defaultFractionDigits, int numericCode) { method in class:Currency
[all...]

Completed in 28 milliseconds