|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractMapEntry
org.apache.commons.beanutils.BeanMap.Entry
protected static class BeanMap.Entry
Map entry used by BeanMap
.
Field Summary | |
---|---|
private BeanMap |
owner
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private BeanMap owner
Constructor Detail |
---|
protected BeanMap.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 entryMethod Detail |
---|
public java.lang.Object setValue(java.lang.Object value)
value
- the new value for the entry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |