Constructor and Description |
---|
HeaderMap(FluentCaseInsensitiveStringsMap headers) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Only read access is supported.
|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,List<String>>> |
entrySet() |
List<String> |
get(Object key) |
String |
getFirstValue(String key) |
String |
getJoinedValue(String key,
String delimiter) |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<String> |
put(String key,
List<String> value)
Only read access is supported.
|
void |
putAll(Map<? extends String,? extends List<String>> t)
Only read access is supported.
|
List<String> |
remove(Object key)
Only read access is supported.
|
int |
size() |
Collection<List<String>> |
values()
Only read access is supported.
|
public HeaderMap(FluentCaseInsensitiveStringsMap headers)
public boolean containsKey(Object key)
containsKey
in interface Map<String,List<String>>
public boolean containsValue(Object value)
containsValue
in interface Map<String,List<String>>
public void putAll(Map<? extends String,? extends List<String>> t)
public void clear()
Copyright © 2015. All rights reserved.