org.exoplatform.services.test.mock
Class CaseInsensetiveMap<T>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,T>
org.exoplatform.services.test.mock.CaseInsensetiveMap<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,T>
public class CaseInsensetiveMap<T>
- extends HashMap<String,T>
- Version:
- $Id: CaseInsensetiveMap.java 167 2009-09-10 13:14:45Z max_shaposhnik $
- Author:
- Andrey Parfonov
- See Also:
- Serialized Form
CaseInsensetiveMap
public CaseInsensetiveMap()
containsKey
public boolean containsKey(Object key)
-
- Specified by:
containsKey in interface Map<String,T>- Overrides:
containsKey in class HashMap<String,T>
get
public T get(Object key)
-
- Specified by:
get in interface Map<String,T>- Overrides:
get in class HashMap<String,T>
put
public T put(String key,
T value)
-
- Specified by:
put in interface Map<String,T>- Overrides:
put in class HashMap<String,T>
remove
public T remove(Object key)
-
- Specified by:
remove in interface Map<String,T>- Overrides:
remove in class HashMap<String,T>
Copyright © 2013 eXo Platform SAS. All Rights Reserved.