| Modifier | Constructor and Description |
|---|---|
protected |
Entry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new
Entry. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value.
|
equals, hashCodegetKey, getValue, toStringprivate final BeanMap owner
protected Entry(BeanMap owner, java.lang.Object key, java.lang.Object value)
Entry.owner - the BeanMap this entry belongs tokey - the key for this entryvalue - the value for this entrypublic java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.EntrysetValue in class org.apache.commons.collections.keyvalue.AbstractMapEntryvalue - the new value for the entry