- Type Parameters:
V
- the type of values.
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<V>>, javax.ws.rs.core.MultivaluedMap<String,V>
- Direct Known Subclasses:
- StringKeyObjectValueIgnoreCaseMultivaluedMap, StringKeyStringValueIgnoreCaseMultivaluedMap
public class StringKeyIgnoreCaseMultivaluedMap<V>
extends KeyComparatorLinkedHashMap<String,List<V>>
implements javax.ws.rs.core.MultivaluedMap<String,V>
An implementation of MultivaluedMap
where keys are instances of
String and are compared ignoring case.
- Author:
- Paul.Sandoz@Sun.Com
- See Also:
- Serialized Form