org.apache.commons.collections
Class BeanMap.MyMapEntry

java.lang.Object
  |
  +--org.apache.commons.collections.DefaultMapEntry
        |
        +--org.apache.commons.collections.BeanMap.MyMapEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
BeanMap

protected static class BeanMap.MyMapEntry
extends DefaultMapEntry


Constructor Summary
protected BeanMap.MyMapEntry(BeanMap owner, Object key, Object value)
           
 
Method Summary
 Object setValue(Object value)
          Note that this method only sets the local reference inside this object and does not modify the original Map.
 
Methods inherited from class org.apache.commons.collections.DefaultMapEntry
equals, getKey, getValue, hashCode, setKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanMap.MyMapEntry

protected BeanMap.MyMapEntry(BeanMap owner,
                             Object key,
                             Object value)
Method Detail

setValue

public Object setValue(Object value)
Description copied from class: DefaultMapEntry
Note that this method only sets the local reference inside this object and does not modify the original Map.
Overrides:
setValue in class DefaultMapEntry
Following copied from class: org.apache.commons.collections.DefaultMapEntry
Parameters:
value - the new value
Returns:
the old value of the value


Copyright © 2001 Apache Software Foundation. Documenation generated April 2 2002.