- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- javax.ws.rs.core.AbstractMultivaluedMap<String,V>
-
- org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap<V>
-
- All Implemented Interfaces:
- Map<String,List<V>>, javax.ws.rs.core.MultivaluedMap<String,V>
public class StringKeyIgnoreCaseMultivaluedMap<V>
extends javax.ws.rs.core.AbstractMultivaluedMap<String,V>
Multivalued map with String keys that are compared with each other using the case insensitive method.
- Author:
- Michal Gajdos (michal.gajdos at oracle.com)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
-
Field Summary
-
Fields inherited from class javax.ws.rs.core.AbstractMultivaluedMap
store
-
Method Summary
-
Methods inherited from class javax.ws.rs.core.AbstractMultivaluedMap
add, addAll, addAll, addFirst, addFirstNull, addNull, clear, containsKey, containsValue, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, getValues, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, values
- Detail:
- Field |
- Constr |
- Method
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.