Package io.micronaut.jaxrs.common
Class JaxRsHeadersMultivaluedMap
- Direct Known Subclasses:
JaxRsMutableHeadersMultivaluedMap
@Internal
public class JaxRsHeadersMultivaluedMap
extends AbstractMap<String,List<String>>
implements MultivaluedMap<String,String>
The representation of headers as
MultivaluedMap
.- Since:
- 4.6.0
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
final void
void
void
boolean
containsKey
(Object key) entrySet()
boolean
equalsIgnoreValueOrder
(MultivaluedMap<String, String> otherMap) void
void
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, get, hashCode, isEmpty, keySet, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
JaxRsHeadersMultivaluedMap
-
-
Method Details
-
putSingle
- Specified by:
putSingle
in interfaceMultivaluedMap<String,
String>
-
add
- Specified by:
add
in interfaceMultivaluedMap<String,
String>
-
remove
-
getFirst
- Specified by:
getFirst
in interfaceMultivaluedMap<String,
String>
-
addAll
- Specified by:
addAll
in interfaceMultivaluedMap<String,
String>
-
addAll
- Specified by:
addAll
in interfaceMultivaluedMap<String,
String>
-
addFirst
- Specified by:
addFirst
in interfaceMultivaluedMap<String,
String>
-
putAll
-
entrySet
-
put
-
equalsIgnoreValueOrder
- Specified by:
equalsIgnoreValueOrder
in interfaceMultivaluedMap<String,
String>
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
List<String>> - Overrides:
containsKey
in classAbstractMap<String,
List<String>>
-