org.apache.commons.beanutils
Class BeanMap.Entry

java.lang.Object
  extended by AbstractMapEntry
      extended by org.apache.commons.beanutils.BeanMap.Entry
Enclosing class:
BeanMap

protected static class BeanMap.Entry
extends AbstractMapEntry

Map entry used by BeanMap.


Field Summary
private  BeanMap owner
           
 
Constructor Summary
protected BeanMap.Entry(BeanMap owner, java.lang.Object key, java.lang.Object value)
          Constructs a new Entry.
 
Method Summary
 java.lang.Object setValue(java.lang.Object value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

private BeanMap owner
Constructor Detail

BeanMap.Entry

protected BeanMap.Entry(BeanMap owner,
                        java.lang.Object key,
                        java.lang.Object value)
Constructs a new Entry.

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

setValue

public java.lang.Object setValue(java.lang.Object value)
Sets the value.

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


Copyright (c) 2000-2008 - Apache Software Foundation