protected static class BeanMap.MyMapEntry extends AbstractMapEntry
BeanMap.key, value| Modifier | Constructor and Description |
|---|---|
protected |
MyMapEntry(BeanMap owner,
java.lang.Object key,
java.lang.Object value)
Constructs a new
MyMapEntry. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value.
|
equals, hashCodegetKey, getValue, toStringprotected MyMapEntry(BeanMap owner, java.lang.Object 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.EntrysetValue in class AbstractMapEntryvalue - the new value for the entryCopyright © 2001-2025 Apache Software Foundation. All Rights Reserved.