Class AbstractInputCheckedMapDecorator.MapEntry

java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator<K,V>
org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.MapEntry
All Implemented Interfaces:
Map.Entry<K,V>, KeyValue<K,V>
Enclosing class:
AbstractInputCheckedMapDecorator<K,V>

private class AbstractInputCheckedMapDecorator.MapEntry extends AbstractMapEntryDecorator<K,V>
Implementation of a map entry that checks additions via setValue.