Modifier | Constructor and Description |
---|---|
protected |
Entry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new
Entry . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value.
|
equals, hashCode
getKey, getValue, toString
private final BeanMap owner
protected Entry(BeanMap owner, java.lang.Object key, java.lang.Object value)
Entry
.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 org.apache.commons.collections.keyvalue.AbstractMapEntry
value
- the new value for the entryCopyright (c) 2000-2008 - Apache Software Foundation