org.apache.commons.collections
Class BeanMap.MyMapEntry
- BeanMap
- Map.Entry, KeyValue
protected static class BeanMap.MyMapEntry
Object | setValue(Object value) - Sets the value.
|
MyMapEntry
protected MyMapEntry(BeanMap owner,
Object key,
Object value)
Constructs a new MyMapEntry
.
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.
- setValue in interface AbstractMapEntry
value
- the new value for the entry
- the old value for the entry
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.