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(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, toString
protected final AbstractDualBidiMap parent
protected AbstractDualBidiMap.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.Entry
setValue
in class AbstractMapEntryDecorator
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.