Class BeanMap.MyMapEntry

java.lang.Object
com.querydsl.core.util.BeanMap.MyMapEntry
All Implemented Interfaces:
Map.Entry<String,Object>
Enclosing class:
BeanMap

protected static class BeanMap.MyMapEntry extends Object implements Map.Entry<String,Object>
Map entry used by BeanMap.
  • Constructor Details

    • MyMapEntry

      protected MyMapEntry(BeanMap owner, String 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