protected static class BeanMap.Entry extends org.apache.commons.collections.keyvalue.AbstractMapEntry
BeanMap.| Modifier | Constructor and Description |
|---|---|
protected |
BeanMap.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, hashCodegetKey, getValue, toStringprotected BeanMap.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.EntrysetValue in class org.apache.commons.collections.keyvalue.AbstractMapEntryvalue - the new value for the entryCopyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.