Modifier | Constructor and Description |
---|---|
protected |
BeanMap.MyMapEntry(BeanMap owner,
java.lang.String key,
java.lang.Object value)
Constructs a new
MyMapEntry . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
java.lang.Object |
getValue() |
java.lang.Object |
setValue(java.lang.Object value)
Sets the value.
|
protected BeanMap.MyMapEntry(BeanMap owner, java.lang.String 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<java.lang.String,java.lang.Object>
value
- the new value for the entrypublic java.lang.String getKey()
getKey
in interface java.util.Map.Entry<java.lang.String,java.lang.Object>
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry<java.lang.String,java.lang.Object>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.