org.apache.commons.beanutils
Class BeanMap.Entry
AbstractMapEntryorg.apache.commons.beanutils.BeanMap.Entry
- BeanMap
protected static class BeanMap.Entry
extends AbstractMapEntry
Entry(BeanMap owner, Object key, Object value)- Constructs a new
Entry.
|
Object | setValue(Object value)- Sets the value.
|
Entry
protected Entry(BeanMap owner,
Object key,
Object value) Constructs a new Entry.
owner - the BeanMap this entry belongs tokey - the key for this entryvalue - the value for this entry
setValue
public Object setValue(Object value)
Sets the value.
value - the new value for the entry
- the old value for the entry
Copyright (c) 2001-2007 - Apache Software Foundation