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

Packages that use BeanMap
org.apache.commons.collections This package contains a small number of collections classes that are needed for beanutils to function. 
 

Uses of BeanMap in org.apache.commons.collections
 

Methods in org.apache.commons.collections with parameters of type BeanMap
 void BeanMap.putAllWriteable(BeanMap map)
          Deprecated. Puts all of the writable properties from the given BeanMap into this BeanMap.
 

Constructors in org.apache.commons.collections with parameters of type BeanMap
BeanMap.MyMapEntry(BeanMap owner, java.lang.Object key, java.lang.Object value)
          Constructs a new MyMapEntry.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.