|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
protected static class AbstractDualBidiMap.MapEntry
Inner class MapEntry.
Field Summary | |
---|---|
protected AbstractDualBidiMap |
parent
The parent map |
Fields inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator |
---|
entry |
Constructor Summary | |
---|---|
protected |
AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry,
AbstractDualBidiMap parent)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
setValue(java.lang.Object value)
|
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator |
---|
equals, getKey, getMapEntry, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final AbstractDualBidiMap parent
Constructor Detail |
---|
protected AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry, AbstractDualBidiMap parent)
entry
- the entry to decorateparent
- the parent mapMethod Detail |
---|
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
setValue
in class AbstractMapEntryDecorator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |