|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.apache.commons.collections.DefaultMapEntry
org.apache.commons.collections.BeanMap.MyMapEntry
protected static class BeanMap.MyMapEntry
Map entry used by BeanMap.
| Constructor Summary | |
|---|---|
protected |
BeanMap.MyMapEntry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new MyMapEntry. |
| Method Summary | |
|---|---|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value. |
| Methods inherited from class org.apache.commons.collections.DefaultMapEntry |
|---|
equals, getKey, getValue, hashCode, setKey |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BeanMap.MyMapEntry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
MyMapEntry.
owner - the BeanMap this entry belongs tokey - the key for this entryvalue - the value for this entry| Method Detail |
|---|
public java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.EntrysetValue in class DefaultMapEntryvalue - the new value for the entry
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||