public class RequestHeaderValuesMap extends AbstractMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RequestHeaderValuesMap(javax.servlet.http.HttpServletRequest request) |
| 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 obj) |
String[] |
get(Object key) |
protected Iterator<Map.Entry<String,String[]>> |
getEntryIterator() |
protected Iterator<String> |
getKeyIterator() |
protected Iterator<String[]> |
getValueIterator() |
int |
hashCode() |
protected int |
hashCode(Object someObject) |
Set<String> |
keySet() |
void |
putAll(Map t) |
V |
remove(Object key) |
protected boolean |
removeKey(Object key) |
protected boolean |
removeValue(Object value) |
Collection<String[]> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic RequestHeaderValuesMap(javax.servlet.http.HttpServletRequest request)
public boolean containsKey(Object key)
containsKey in interface Map<String,String[]>containsKey in class AbstractMap<String,String[]>public boolean containsValue(Object value)
containsValue in interface Map<String,String[]>containsValue in class AbstractMap<String,String[]>protected int hashCode(Object someObject)
public void clear()
public void putAll(Map t)
public V remove(Object key)
protected boolean removeKey(Object key)
protected boolean removeValue(Object value)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.