org.apache.commons.beanutils
protected static class BeanMap.Entry extends AbstractMapEntry
Constructor Summary | |
---|---|
protected | Entry(BeanMap owner, Object key, Object value)
Constructs a new Entry .
|
Method Summary | |
---|---|
Object | setValue(Object value)
Sets the value.
|
Entry
.
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