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, toStringprivate 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.EntrysetValue in class AbstractMapEntryDecorator