⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections

Class BeanMap.MyMapEntry

java.lang.Object
|
+--org.apache.commons.collections.keyvalue.AbstractKeyValue
   |
   +--org.apache.commons.collections.keyvalue.AbstractMapEntry
      |
      +--org.apache.commons.collections.BeanMap.MyMapEntry
Enclosing Class:


protected static class BeanMap.MyMapEntry
extends
AbstractMapEntry

Map entry used by BeanMap.

Constructor Summary

MyMapEntry(BeanMap owner, Object key, Object value)

Constructs a new MyMapEntry.

Method Summary

Object

setValue(Object value)

Sets the value.

Constructor Details

MyMapEntry

protected MyMapEntry(BeanMap owner, Object key, Object value)

Constructs a new MyMapEntry.

Parameters:
owner - the BeanMap this entry belongs to
key - the key for this entry
value - the value for this entry

Method Details

setValue

public Object setValue(Object value)

Sets the value.

Parameters:
value - the new value for the entry
Returns:
the old value for the entry