类 MybatisStrictMap<V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,V>
-
- net.sinodawn.framework.mybatis.MybatisStrictMap<V>
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 protected static classMybatisStrictMap.Ambiguity-
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
构造器概要
构造器 构造器 说明 MybatisStrictMap(String name)MybatisStrictMap(String name, int initialCapacity)MybatisStrictMap(String name, int initialCapacity, float loadFactor)MybatisStrictMap(String name, Map<String,? extends V> m)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Vget(Object key)Vput(String key, V value)-
从类继承的方法 java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
从类继承的方法 java.util.AbstractMap
equals, hashCode, toString
-
-