Class StringKeyIgnoreCaseMultivaluedMap<V>
java.lang.Object
javax.ws.rs.core.AbstractMultivaluedMap<String,V>
org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap<V>
- Direct Known Subclasses:
ParameterizedHeadersMap
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.
-
Nested Class Summary
-
Field Summary
Fields inherited from class javax.ws.rs.core.AbstractMultivaluedMap
store
-
Constructor Summary
Constructors -
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
StringKeyIgnoreCaseMultivaluedMap
public StringKeyIgnoreCaseMultivaluedMap()
-