org.apache.ibatis.binding
Class MapperMethod.MapperParamMap<V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,V>
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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
MapperMethod.MapperParamMap
public MapperMethod.MapperParamMap()
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.