? BeanMap.Entry
java.lang.Object
org.apache.commons.collections.keyvalue.AbstractKeyValue
org.apache.commons.collections.keyvalue.AbstractMapEntry
org.apache.commons.beanutils.BeanMap.Entry
- ????????:
Map.Entry
,org.apache.commons.collections.KeyValue
- ???:
- BeanMap
protected static class BeanMap.Entry
extends org.apache.commons.collections.keyvalue.AbstractMapEntry
Map entry used by
BeanMap
.-
????
??????? org.apache.commons.collections.keyvalue.AbstractKeyValue
key, value
-
?????
??? -
????
??????? org.apache.commons.collections.keyvalue.AbstractMapEntry
equals, hashCode
??????? org.apache.commons.collections.keyvalue.AbstractKeyValue
getKey, getValue, toString
-
???????
-
Entry
Constructs a newEntry
.- ??:
owner
- the BeanMap this entry belongs tokey
- the key for this entryvalue
- the value for this entry
-
-
??????