org.apache.commons.collections.bidimap
Class AbstractDualBidiMap.MapEntry

java.lang.Object
  extended by org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
      extended by org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
All Implemented Interfaces:
java.util.Map.Entry, KeyValue
Enclosing class:
AbstractDualBidiMap

protected static class AbstractDualBidiMap.MapEntry
extends AbstractMapEntryDecorator

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

parent

protected final AbstractDualBidiMap parent
The parent map

Constructor Detail

AbstractDualBidiMap.MapEntry

protected AbstractDualBidiMap.MapEntry(java.util.Map.Entry entry,
                                       AbstractDualBidiMap parent)
Constructor.

Parameters:
entry - the entry to decorate
parent - the parent map
Method Detail

setValue

public java.lang.Object setValue(java.lang.Object value)
Specified by:
setValue in interface java.util.Map.Entry
Overrides:
setValue in class AbstractMapEntryDecorator


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.