Constructor and Description |
---|
HeaderValuesMap(EnumeratedValuesExtractor request)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String[]>> |
entrySet() |
boolean |
equals(Object o) |
String[] |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String[] |
put(String key,
String[] value) |
void |
putAll(Map<? extends String,? extends String[]> map) |
String[] |
remove(Object key) |
int |
size() |
Collection<String[]> |
values() |
public HeaderValuesMap(EnumeratedValuesExtractor request)
request
- The request object to use.public boolean containsKey(Object key)
containsKey
in interface Map<String,String[]>
public boolean containsValue(Object value)
containsValue
in interface Map<String,String[]>
public boolean equals(Object o)
public int hashCode()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.