|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.keyvalue.AbstractKeyValue
org.apache.commons.collections.keyvalue.AbstractMapEntry
org.apache.commons.beanutils.BeanMap.Entry
protected static class BeanMap.Entry
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 |
---|
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)
setValue
in interface java.util.Map.Entry
setValue
in class org.apache.commons.collections.keyvalue.AbstractMapEntry
value
- the new value for the entry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |