com.sun.jersey.core.util
Class StringKeyObjectValueIgnoreCaseMultivaluedMap
java.lang.Object
java.util.AbstractMap<K,V>
com.sun.jersey.core.util.KeyComparatorHashMap<java.lang.String,java.util.List<V>>
com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap<java.lang.Object>
com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.util.List<java.lang.Object>>, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object>
- Direct Known Subclasses:
- OutBoundHeaders
public class StringKeyObjectValueIgnoreCaseMultivaluedMap
- extends StringKeyIgnoreCaseMultivaluedMap<java.lang.Object>
An implementation of MultivaluedMap
where keys are instances of
String and are compared ignoring case and values are instances of Object.
- Author:
- [email protected]
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Method Summary |
|
get(java.lang.String key,
java.lang.Class<A> type)
|
|
getFirst(java.lang.String key,
A defaultValue)
|
|
getFirst(java.lang.String key,
java.lang.Class<A> type)
|
Methods inherited from class com.sun.jersey.core.util.KeyComparatorHashMap |
clear, clone, containsKey, containsValue, entrySet, get, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, size |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, keySet, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
StringKeyObjectValueIgnoreCaseMultivaluedMap
public StringKeyObjectValueIgnoreCaseMultivaluedMap()
get
public <A> java.util.List<A> get(java.lang.String key,
java.lang.Class<A> type)
getFirst
public <A> A getFirst(java.lang.String key,
java.lang.Class<A> type)
getFirst
public <A> A getFirst(java.lang.String key,
A defaultValue)
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.