eXo WS :: HTTP :: testframework 2.4.0-Alpha2

org.exoplatform.services.test.mock
Class CaseInsensetiveMap<T>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,T>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CaseInsensetiveMap()
           
 
Method Summary
 boolean containsKey(Object key)
          
 T get(Object key)
          
 T put(String key, T value)
          
 T remove(Object key)
          
 
Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, isEmpty, keySet, putAll, 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

CaseInsensetiveMap

public CaseInsensetiveMap()
Method Detail

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>

eXo WS :: HTTP :: testframework 2.4.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.