org.apache.commons.collections
Class BeanMap.MyMapEntry
java.lang.Object
|
+--org.apache.commons.collections.DefaultMapEntry
|
+--org.apache.commons.collections.BeanMap.MyMapEntry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- BeanMap
- protected static class BeanMap.MyMapEntry
- extends DefaultMapEntry
Method Summary |
Object |
setValue(Object value)
Note that this method only sets the local reference inside this object and
does not modify the original Map. |
BeanMap.MyMapEntry
protected BeanMap.MyMapEntry(BeanMap owner,
Object key,
Object value)
setValue
public Object setValue(Object value)
- Description copied from class:
DefaultMapEntry
- Note that this method only sets the local reference inside this object and
does not modify the original Map.
- Overrides:
setValue
in class DefaultMapEntry
- Following copied from class:
org.apache.commons.collections.DefaultMapEntry
- Parameters:
value
- the new value- Returns:
- the old value of the value
Copyright © 2001 Apache Software Foundation. Documenation generated April 2 2002.