Class AbstractInputCheckedMapDecorator.MapEntry
java.lang.Object
org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
org.apache.commons.collections.map.AbstractInputCheckedMapDecorator.MapEntry
- Enclosing class:
AbstractInputCheckedMapDecorator
Implementation of a map entry that checks additions via setValue.
-
Field Summary
FieldsFields inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
entry
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MapEntry
(Map.Entry entry, AbstractInputCheckedMapDecorator parent) -
Method Summary
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
equals, getKey, getMapEntry, getValue, hashCode, toString
-
Field Details
-
parent
The parent map
-
-
Constructor Details
-
MapEntry
-
-
Method Details
-
setValue
- Specified by:
setValue
in interfaceMap.Entry
- Overrides:
setValue
in classAbstractMapEntryDecorator
-