com.sun.jersey.core.util
Class StringKeyObjectValueIgnoreCaseMultivaluedMap
java.lang.Object
java.util.AbstractMap<K,V>
com.sun.jersey.core.util.KeyComparatorHashMap<K,V>
com.sun.jersey.core.util.KeyComparatorLinkedHashMap<String,List<V>>
com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap<Object>
com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<Object>>, javax.ws.rs.core.MultivaluedMap<String,Object>
- Direct Known Subclasses:
- OutBoundHeaders
public class StringKeyObjectValueIgnoreCaseMultivaluedMap
- extends StringKeyIgnoreCaseMultivaluedMap<Object>
An implementation of MultivaluedMap
where keys are instances of
String and are compared ignoring case and values are instances of Object.
- Author:
- Paul.Sandoz@Sun.Com
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
StringKeyObjectValueIgnoreCaseMultivaluedMap
public StringKeyObjectValueIgnoreCaseMultivaluedMap()
StringKeyObjectValueIgnoreCaseMultivaluedMap
public StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap that)
get
public <A> List<A> get(String key,
Class<A> type)
getFirst
public <A> A getFirst(String key,
Class<A> type)
getFirst
public <A> A getFirst(String key,
A defaultValue)
Copyright © 2011 Oracle Corporation. All Rights Reserved.