Class StringKeyIgnoreCaseMultivaluedMap<V>
java.lang.Object
jakarta.ws.rs.core.AbstractMultivaluedMap<String,V>
org.glassfish.jersey.internal.util.collection.StringKeyIgnoreCaseMultivaluedMap<V>
- All Implemented Interfaces:
MultivaluedMap<String,
,V> Serializable
,Map<String,
List<V>>
Multivalued map with String keys that are compared with each other using the case insensitive method.
- Author:
- Michal Gajdos
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class jakarta.ws.rs.core.AbstractMultivaluedMap
store
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.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()
-