Class BeanMap.Entry

java.lang.Object
java.util.AbstractMap.SimpleEntry<String,Object>
org.apache.commons.beanutils2.BeanMap.Entry
All Implemented Interfaces:
Serializable, Map.Entry<String,Object>
Enclosing class:
BeanMap

protected static class BeanMap.Entry extends AbstractMap.SimpleEntry<String,Object>
Map entry used by BeanMap.
See Also: