static class AbstractInputCheckedMapDecorator.MapEntry extends AbstractMapEntryDecorator
Modifier and Type | Field and Description |
---|---|
private AbstractInputCheckedMapDecorator |
parent
The parent map
|
entry
Modifier | Constructor and Description |
---|---|
protected |
MapEntry(java.util.Map.Entry entry,
AbstractInputCheckedMapDecorator parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
setValue(java.lang.Object value) |
equals, getKey, getMapEntry, getValue, hashCode, toString
private final AbstractInputCheckedMapDecorator parent
protected MapEntry(java.util.Map.Entry entry, AbstractInputCheckedMapDecorator parent)
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
setValue
in class AbstractMapEntryDecorator