Package org.apache.commons.collections
Class BeanMap.MyMapEntry
- java.lang.Object
-
- org.apache.commons.collections.keyvalue.AbstractKeyValue
-
- org.apache.commons.collections.keyvalue.AbstractMapEntry
-
- org.apache.commons.collections.BeanMap.MyMapEntry
-
- Enclosing class:
- BeanMap
protected static class BeanMap.MyMapEntry extends AbstractMapEntry
Map entry used byBeanMap
.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
key, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MyMapEntry(BeanMap owner, Object key, Object value)
Constructs a newMyMapEntry
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
setValue(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
-
-