Uses of Class
org.apache.commons.collections.BeanMap
-
Packages that use BeanMap Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of BeanMap in org.apache.commons.collections
Methods in org.apache.commons.collections with parameters of type BeanMap Modifier and Type Method Description 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 Constructor Description MyMapEntry(BeanMap owner, Object key, Object value)
Constructs a newMyMapEntry
.
-