org.apache.commons.collections
Class BeanMap.MyMapEntry
java.lang.Object
org.apache.commons.collections.keyvalue.AbstractKeyValue<K,V>
org.apache.commons.collections.keyvalue.AbstractMapEntry<String,Object>
org.apache.commons.collections.BeanMap.MyMapEntry
- All Implemented Interfaces:
- Map.Entry<String,Object>, KeyValue<String,Object>
- Enclosing class:
- BeanMap
protected static class BeanMap.MyMapEntry
- extends AbstractMapEntry<String,Object>
Map entry used by BeanMap
.
BeanMap.MyMapEntry
protected BeanMap.MyMapEntry(BeanMap owner,
String key,
Object value)
- Constructs a new
MyMapEntry
.
- Parameters:
owner
- the BeanMap this entry belongs tokey
- the key for this entryvalue
- the value for this entry
setValue
public Object setValue(Object value)
- Sets the value.
- Specified by:
setValue
in interface Map.Entry<String,Object>
- Overrides:
setValue
in class AbstractMapEntry<String,Object>
- Parameters:
value
- the new value for the entry
- Returns:
- the old value for the entry
Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.