| Package | Description |
|---|---|
| org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| Modifier and Type | Field and Description |
|---|---|
private BeanMap |
BeanMap.MyMapEntry.owner |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanMap.putAllWriteable(BeanMap map)
Deprecated.
Puts all of the writable properties from the given BeanMap into this
BeanMap.
|
| Constructor and Description |
|---|
MyMapEntry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new
MyMapEntry. |