protected static class AbstractDualBidiMap.MapEntry extends AbstractMapEntryDecorator
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDualBidiMap |
parent
The parent map
|
entry| Modifier | Constructor and Description |
|---|---|
protected |
MapEntry(java.util.Map.Entry entry,
AbstractDualBidiMap parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
setValue(java.lang.Object value) |
equals, getKey, getMapEntry, getValue, hashCode, toStringprotected final AbstractDualBidiMap parent
protected MapEntry(java.util.Map.Entry entry,
AbstractDualBidiMap parent)
entry - the entry to decorateparent - the parent mappublic java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.EntrysetValue in class AbstractMapEntryDecoratorCopyright © 2001-2025 Apache Software Foundation. All Rights Reserved.