Package com.sun.faces.context
Class RequestHeaderMap
- java.lang.Object
-
- java.util.AbstractMap<String,V>
-
- com.sun.faces.context.RequestHeaderMap
-
public class RequestHeaderMap extends AbstractMap<String,V>
- See Also:
ExternalContext.getRequestHeaderMap()
-
-
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
Constructors Constructor Description RequestHeaderMap(jakarta.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)Set<Map.Entry<String,String>>entrySet()booleanequals(Object obj)Stringget(Object key)protected Iterator<Map.Entry<String,String>>getEntryIterator()protected Iterator<String>getKeyIterator()protected Iterator<String>getValueIterator()inthashCode()Set<String>keySet()voidputAll(Map t)Vremove(Object key)protected booleanremoveKey(Object key)protected booleanremoveValue(Object value)Collection<String>values()-
Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, put, size, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,String>- Overrides:
containsKeyin classAbstractMap<String,String>
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
clear
public void clear()
-
putAll
public void putAll(Map t)
-
remove
public V remove(Object key)
-
removeKey
protected boolean removeKey(Object key)
-
removeValue
protected boolean removeValue(Object value)
-
-