Class CaseInsensitiveMap<V>
java.lang.Object
org.jboss.resteasy.reactive.common.util.MultivaluedTreeMap<String,V>
org.jboss.resteasy.reactive.common.util.CaseInsensitiveMap<V>
- All Implemented Interfaces:
jakarta.ws.rs.core.MultivaluedMap<String,,V> Serializable,Map<String,,List<V>> QuarkusMultivaluedMap<String,V>
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.resteasy.reactive.common.util.MultivaluedTreeMap
add, addAll, addAll, addAll, addFirst, clear, clone, clone, containsKey, containsValue, copy, entrySet, equals, equalsIgnoreValueOrder, forEach, get, getFirst, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface org.jboss.resteasy.reactive.common.util.QuarkusMultivaluedMap
addAll
-
Field Details
-
CASE_INSENSITIVE_ORDER
-
-
Constructor Details
-
CaseInsensitiveMap
public CaseInsensitiveMap()
-