Class FastHashMapConfig

java.lang.Object
de.hybris.platform.util.config.AbstractConfig
de.hybris.platform.util.config.FastHashMapConfig
All Implemented Interfaces:
ConfigIntf

public class FastHashMapConfig extends AbstractConfig
Implements a ConfigIntf object using ConcurrentHashMap.
  • Constructor Details

    • FastHashMapConfig

      public FastHashMapConfig(Map<String,String> map)
      loads properties from given map
  • Method Details