Class AbstractInputCheckedMapDecorator.MapEntry
java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator<K,V>
org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.MapEntry
- Enclosing class:
AbstractInputCheckedMapDecorator<K,V>
Implementation of a map entry that checks additions via setValue.
- Since:
- 3.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecorator<K, V> The parent map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMapEntryDecorator
equals, getKey, getMapEntry, getValue, hashCode, toString
-
Field Details
-
parent
The parent map
-
-
Constructor Details
-
MapEntry
-
-
Method Details
-
setValue
-