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- 
EntryConstructs a newEntry.- Parameters:
- owner- the BeanMap this entry belongs to
- key- the key for this entry
- value- the value for this entry
 
 
- 
- 
Method Details