org.apache.clerezza.triaxrs.util
Class CaseInsensitiveMap<V>
java.lang.Object
org.apache.clerezza.triaxrs.util.MultivaluedMapImpl<String,V>
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| 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 |
CaseInsensitiveMap
public CaseInsensitiveMap()
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.