protected static class Configuration.StrictMap<V> extends HashMap<String,V>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Configuration.StrictMap.Ambiguity |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Configuration.StrictMap(String name) |
Configuration.StrictMap(String name,
int initialCapacity) |
Configuration.StrictMap(String name,
int initialCapacity,
float loadFactor) |
Configuration.StrictMap(String name,
Map<String,? extends V> m) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(Object key) |
V |
put(String key,
V value) |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2010–2015 MyBatis.org. All rights reserved.