protected static class BeanMap.Entry extends org.apache.commons.collections.keyvalue.AbstractMapEntry
BeanMap
.Modifier | Constructor and Description |
---|---|
protected |
BeanMap.Entry(BeanMap owner,
Object key,
Object value)
Constructs a new
Entry . |
Modifier and Type | Method and Description |
---|---|
Object |
setValue(Object value)
Sets the value.
|
equals, hashCode
getKey, getValue, toString
protected BeanMap.Entry(BeanMap owner, Object key, Object value)
Entry
.owner
- the BeanMap this entry belongs tokey
- the key for this entryvalue
- the value for this entryCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.