protected static class

BeanMap.Entry

extends AbstractMapEntry
java.lang.Object
   ↳ org.apache.commons.collections.keyvalue.AbstractKeyValue
     ↳ org.apache.commons.collections.keyvalue.AbstractMapEntry
       ↳ org.apache.commons.beanutils.BeanMap.Entry

Class Overview

Map entry used by BeanMap.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.collections.keyvalue.AbstractKeyValue
Protected Constructors
BeanMap.Entry(BeanMap owner, Object key, Object value)
Constructs a new Entry.
Public Methods
Object setValue(Object value)
Sets the value.
[Expand]
Inherited Methods
From class org.apache.commons.collections.keyvalue.AbstractMapEntry
From class org.apache.commons.collections.keyvalue.AbstractKeyValue
From class java.lang.Object
From interface java.util.Map.Entry
From interface org.apache.commons.collections.KeyValue

Protected Constructors

protected BeanMap.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

Public Methods

public Object setValue (Object value)

Sets the value.

Parameters
value the new value for the entry
Returns
  • the old value for the entry