Package org.apache.commons.beanutils2
Class BeanMap.Entry
- All Implemented Interfaces:
Serializable
,Map.Entry<String,
Object>
- Enclosing class:
- BeanMap
Map entry used by
BeanMap
.- See Also:
-
Constructor Details
-
Entry
Constructs a newEntry
.- Parameters:
owner
- the BeanMap this entry belongs tokey
- the key for this entryvalue
- the value for this entry
-
-
Method Details