org.apache.ibatis.binding
Class MapperMethod.MapperParamMap<V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,V>
          extended by org.apache.ibatis.binding.MapperMethod.MapperParamMap<V>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,V>
Enclosing class:
MapperMethod

public static class MapperMethod.MapperParamMap<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
MapperMethod.MapperParamMap()
           
 
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

MapperMethod.MapperParamMap

public MapperMethod.MapperParamMap()
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.