Class BeanMap.MyMapEntry

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MyMapEntry​(BeanMap owner, java.lang.Object key, java.lang.Object value)
      Constructs a new MyMapEntry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object setValue​(java.lang.Object value)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        getKey, getValue
    • Constructor Detail

      • MyMapEntry

        protected MyMapEntry​(BeanMap owner,
                             java.lang.Object key,
                             java.lang.Object value)
        Constructs a new MyMapEntry.
        Parameters:
        owner - the BeanMap this entry belongs to
        key - the key for this entry
        value - the value for this entry
    • Method Detail

      • setValue

        public java.lang.Object setValue​(java.lang.Object value)
        Sets the value.
        Specified by:
        setValue in interface java.util.Map.Entry
        Overrides:
        setValue in class AbstractMapEntry
        Parameters:
        value - the new value for the entry
        Returns:
        the old value for the entry