org.apache.commons.beanutils

Class BeanMap.Entry

protected static class BeanMap.Entry extends AbstractMapEntry

Map entry used by BeanMap.
Constructor Summary
protected Entry(BeanMap owner, Object key, Object value)
Constructs a new Entry.
Method Summary
ObjectsetValue(Object value)
Sets the value.

Constructor Detail

Entry

protected Entry(BeanMap owner, Object key, 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 Object setValue(Object value)
Sets the value.

Parameters: value the new value for the entry

Returns: the old value for the entry

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.