ariba.ui.validation
Class BigDecimalMoneyFormatter.CurrencyFormatterMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by ariba.util.core.GrowOnlyHashtable
          extended by ariba.ui.validation.BigDecimalMoneyFormatter.CurrencyFormatterMap
All Implemented Interfaces:
java.util.Map
Enclosing class:
BigDecimalMoneyFormatter

public static class BigDecimalMoneyFormatter.CurrencyFormatterMap
extends GrowOnlyHashtable

Lazy map for producing formatters for a specific currency


Nested Class Summary
 
Nested classes/interfaces inherited from class ariba.util.core.GrowOnlyHashtable
GrowOnlyHashtable.IdentityMap<K,V>
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class ariba.util.core.GrowOnlyHashtable
ClassName
 
Constructor Summary
BigDecimalMoneyFormatter.CurrencyFormatterMap(boolean includeSuffix)
           
 
Method Summary
 java.lang.Object get(java.lang.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
 
Methods inherited from class java.util.AbstractMap
clear, containsValue, equals, hashCode, keySet, putAll, remove, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigDecimalMoneyFormatter.CurrencyFormatterMap

public BigDecimalMoneyFormatter.CurrencyFormatterMap(boolean includeSuffix)
Method Detail

get

public java.lang.Object get(java.lang.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 java.util.Map
Overrides:
get in class GrowOnlyHashtable


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.