Class BeanMap.MyMapEntry

    • Constructor Detail

      • MyMapEntry

        protected MyMapEntry​(BeanMap owner,
                             Object key,
                             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