Package org.apache.commons.beanutils
Class BeanMap.Entry
- java.lang.Object
-
- org.apache.commons.collections.keyvalue.AbstractKeyValue
-
- org.apache.commons.collections.keyvalue.AbstractMapEntry
-
- org.apache.commons.beanutils.BeanMap.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
setValue(java.lang.Object value)
Sets the value.-
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
equals, hashCode
-
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
getKey, getValue, toString
-
-
-
-
Field Detail
-
owner
private final BeanMap owner
-
-
Constructor Detail
-
Entry
protected Entry(BeanMap owner, java.lang.Object key, java.lang.Object value)
Constructs a newEntry
.- Parameters:
owner
- the BeanMap this entry belongs tokey
- the key for this entryvalue
- the value for this entry
-
-
Method Detail
-
setValue
public java.lang.Object setValue(java.lang.Object value)
Sets the value.- Specified by:
setValue
in interfacejava.util.Map.Entry
- Overrides:
setValue
in classorg.apache.commons.collections.keyvalue.AbstractMapEntry
- Parameters:
value
- the new value for the entry- Returns:
- the old value for the entry
-
-