Class BeanMap.MyMapEntry

All Implemented Interfaces:
Map.Entry, KeyValue
Enclosing class:
BeanMap

protected static class BeanMap.MyMapEntry extends AbstractMapEntry
Map entry used by BeanMap.
  • Constructor Details

    • 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
  • Method Details