|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.beanutils
Class BeanMap.Entry

java.lang.Objectorg.apache.commons.collections.keyvalue.AbstractKeyValue
org.apache.commons.collections.keyvalue.AbstractMapEntry
org.apache.commons.beanutils.BeanMap.Entry
- All Implemented Interfaces:
- org.apache.commons.collections.KeyValue, java.util.Map.Entry
- Enclosing class:
- BeanMap
- protected static class BeanMap.Entry
- extends org.apache.commons.collections.keyvalue.AbstractMapEntry
Map entry used by BeanMap.
| Field Summary | |
private BeanMap |
owner
|
| Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue |
key, value |
| Constructor Summary | |
protected |
BeanMap.Entry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new Entry. |
| Method Summary | |
java.lang.Object |
setValue(java.lang.Object value)
Sets the value. |
| Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry |
equals, hashCode |
| Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue |
getKey, getValue, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
getKey, getValue |
| Field Detail |
owner
private BeanMap owner
| Constructor Detail |
BeanMap.Entry
protected BeanMap.Entry(BeanMap owner, java.lang.Object key, java.lang.Object value)
- Constructs a new
Entry.
| Method Detail |
setValue
public java.lang.Object setValue(java.lang.Object value)
- Sets the value.
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC