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 |
---|
StrictMap(String name) |
StrictMap(String name,
int initialCapacity) |
StrictMap(String name,
int initialCapacity,
float loadFactor) |
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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2009–2017 MyBatis.org. All rights reserved.