? 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.
  • ???????

    • Entry

      protected Entry(BeanMap owner, Object key, Object value)
      Constructs a new Entry.
      ??:
      owner - the BeanMap this entry belongs to
      key - the key for this entry
      value - the value for this entry
  • ??????

    • setValue

      public Object setValue(Object value)
      Sets the value.
      ???:
      setValue ???? Map.Entry
      ??:
      setValue ??? org.apache.commons.collections.keyvalue.AbstractMapEntry
      ??:
      value - the new value for the entry
      ??:
      the old value for the entry