ariba.ui.validation
Class BigDecimalMoneyFormatter.CurrencyFormatterMap
java.lang.Object
java.util.AbstractMap<K,V>
ariba.util.core.GrowOnlyHashtable
ariba.ui.validation.BigDecimalMoneyFormatter.CurrencyFormatterMap
- All Implemented Interfaces:
- Map
- Enclosing class:
- BigDecimalMoneyFormatter
public static class BigDecimalMoneyFormatter.CurrencyFormatterMap
- extends GrowOnlyHashtable
Lazy map for producing formatters for a specific currency
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Method Summary |
Object |
get(Object key)
Returns the element associated with the key. |
| Methods inherited from class ariba.util.core.GrowOnlyHashtable |
capacity, contains, containsKey, count, elementsArray, entrySet, isEmpty, keysArray, keysList, put, size, toString |
BigDecimalMoneyFormatter.CurrencyFormatterMap
public BigDecimalMoneyFormatter.CurrencyFormatterMap(boolean includeSuffix)
get
public Object get(Object key)
- Description copied from class:
GrowOnlyHashtable
- Returns the element associated with the key. This
method returns null if the GrowOnlyHashtable does not
contain key. GrowOnlyHashtable hashes and compares
key using hashCode() and equals().
- Specified by:
get in interface Map- Overrides:
get in class GrowOnlyHashtable
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.