org.apache.ibatis.session.defaults
Class DefaultSqlSession.StrictMap<V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,V>
          extended by org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap<V>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,V>
Enclosing class:
DefaultSqlSession

public static class DefaultSqlSession.StrictMap<V>
extends HashMap<String,V>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
DefaultSqlSession.StrictMap()
           
 
Method Summary
 V get(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DefaultSqlSession.StrictMap

public DefaultSqlSession.StrictMap()
Method Detail

get

public V get(Object key)
Specified by:
get in interface Map<String,V>
Overrides:
get in class HashMap<String,V>


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.