Uses of Class
org.apache.commons.collections.FastHashMap

Packages that use FastHashMap
org.apache.commons.beanutils The Bean Introspection Utilities component of the Apache Commons subproject offers low-level utility classes that assist in getting and setting property values on Java classes that follow the naming design patterns outlined in the JavaBeans Specification, as well as mechanisms for dynamically defining and accessing bean properties. 
org.apache.commons.beanutils.locale Locale-aware extensions of the standard beanutils classes. 
 

Uses of FastHashMap in org.apache.commons.beanutils
 

Methods in org.apache.commons.beanutils that return FastHashMap
 FastHashMap PropertyUtilsBean.getMappedPropertyDescriptors(Class beanClass)
          Deprecated. This method should not be exposed
static FastHashMap PropertyUtils.getMappedPropertyDescriptors(Class beanClass)
          Deprecated. This method should not be exposed
 FastHashMap PropertyUtilsBean.getMappedPropertyDescriptors(Object bean)
          Deprecated. This method should not be exposed
static FastHashMap PropertyUtils.getMappedPropertyDescriptors(Object bean)
          Deprecated. This method should not be exposed
 

Uses of FastHashMap in org.apache.commons.beanutils.locale
 

Methods in org.apache.commons.beanutils.locale that return FastHashMap
protected  FastHashMap LocaleConvertUtilsBean.create(Locale locale)
          Deprecated. This method will be modified to return a Map in the next release.
protected static FastHashMap LocaleConvertUtils.create(Locale locale)
          Deprecated. This method will be modified to return a Map in the next release.
protected  FastHashMap LocaleConvertUtilsBean.lookup(Locale locale)
          Deprecated. This method will be modified to return a Map in the next release.
protected static FastHashMap LocaleConvertUtils.lookup(Locale locale)
          Deprecated. This method will be modified to return a Map in the next release.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.