Class DefaultSqlSession.StrictMap<V>
- All Implemented Interfaces:
Serializable, Cloneable, Map<String,V>
- Enclosing class:
DefaultSqlSession
Deprecated.
Since 3.5.5
- Author:
- Clinton Begin
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toString
-
Constructor Details
-
StrictMap
public StrictMap()Deprecated.
-
-
Method Details
-
get
-