Class Configuration.StrictMap<V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,V>
org.apache.ibatis.session.Configuration.StrictMap<V>
All Implemented Interfaces:
Serializable, ConcurrentMap<String,V>, Map<String,V>
Enclosing class:
Configuration

protected static class Configuration.StrictMap<V> extends ConcurrentHashMap<String,V>
See Also:
  • Constructor Details

    • StrictMap

      public StrictMap(String name, int initialCapacity, float loadFactor)
    • StrictMap

      public StrictMap(String name, int initialCapacity)
    • StrictMap

      public StrictMap(String name)
    • StrictMap

      public StrictMap(String name, Map<String,? extends V> m)
  • Method Details