| Modifier | Constructor | Description |
|---|---|---|
protected |
Entry(BeanMap owner,
java.lang.Object key,
java.lang.Object value) |
Constructs a new
Entry. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
setValue(java.lang.Object value) |
Sets the value.
|
getKey, 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 entryCopyright (c) 2000-2008 - Apache Software Foundation