org.apache.clerezza.triaxrs.util
Class CaseInsensitiveMap<V>

java.lang.Object
  extended by org.apache.clerezza.triaxrs.util.MultivaluedMapImpl<String,V>
      extended by org.apache.clerezza.triaxrs.util.CaseInsensitiveMap<V>
All Implemented Interfaces:
Cloneable, Map<String,List<V>>, javax.ws.rs.core.MultivaluedMap<String,V>

public class CaseInsensitiveMap<V>
extends MultivaluedMapImpl<String,V>

Author:
reto

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CaseInsensitiveMap()
           
 
Method Summary
 List<V> get(Object key)
           
 List<V> put(String key, List<V> value)
           
 
Methods inherited from class org.apache.clerezza.triaxrs.util.MultivaluedMapImpl
add, addAll, clear, clone, clone, containsKey, containsValue, copy, entrySet, equals, getFirst, hashCode, isEmpty, keySet, putAll, putSingle, remove, size, toMultivaluedMapString, toString, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaseInsensitiveMap

public CaseInsensitiveMap()
Method Detail

get

public List<V> get(Object key)
Specified by:
get in interface Map<String,List<V>>
Overrides:
get in class MultivaluedMapImpl<String,V>

put

public List<V> put(String key,
                   List<V> value)
Specified by:
put in interface Map<String,List<V>>
Overrides:
put in class MultivaluedMapImpl<String,V>


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.