org.apache.ibatis.session
Class Configuration.StrictMap<J extends String,K>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<J,K>
org.apache.ibatis.session.Configuration.StrictMap<J,K>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<J,K>
- Enclosing class:
- Configuration
protected static class Configuration.StrictMap<J extends String,K>
- extends HashMap<J,K>
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values |
Configuration.StrictMap
public Configuration.StrictMap(String name,
int initialCapacity,
float loadFactor)
Configuration.StrictMap
public Configuration.StrictMap(String name,
int initialCapacity)
Configuration.StrictMap
public Configuration.StrictMap(String name)
Configuration.StrictMap
public Configuration.StrictMap(String name,
Map<? extends J,? extends K> m)
put
public K put(J key,
K value)
- Specified by:
put
in interface Map<J extends String,K>
- Overrides:
put
in class HashMap<J extends String,K>
get
public K get(Object key)
- Specified by:
get
in interface Map<J extends String,K>
- Overrides:
get
in class HashMap<J extends String,K>
Copyright © 2010. All Rights Reserved.