protected static class BeanMap.MyMapEntry extends AbstractMapEntry
BeanMap
.key, value
Modifier | Constructor and Description |
---|---|
protected |
BeanMap.MyMapEntry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new
MyMapEntry . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value.
|
equals, hashCode
getKey, getValue, toString
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 entrypublic java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
setValue
in class AbstractMapEntry
value
- the new value for the entryCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.