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