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 |
AbstractDualBidiMap.MapEntry(Map.Entry entry,
AbstractDualBidiMap parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
setValue(Object value) |
equals, getKey, getMapEntry, getValue, hashCode, toString
protected final AbstractDualBidiMap parent
protected AbstractDualBidiMap.MapEntry(Map.Entry entry, AbstractDualBidiMap parent)
entry
- the entry to decorateparent
- the parent mapCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.