org.apache.commons.collections
protected static class BeanMap.MyMapEntry extends AbstractMapEntry
| Constructor Summary | |
|---|---|
| protected | MyMapEntry(BeanMap owner, Object key, Object value)
Constructs a new MyMapEntry.
|
| Method Summary | |
|---|---|
| Object | setValue(Object value)
Sets the value.
|
MyMapEntry.
Parameters: owner the BeanMap this entry belongs to key the key for this entry value the value for this entry
Parameters: value the new value for the entry
Returns: the old value for the entry