Package com.sun.faces.context
Class RequestHeaderValuesMap
public class RequestHeaderValuesMap extends AbstractMap<String,V>
-
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 RequestHeaderValuesMap(jakarta.servlet.http.HttpServletRequest request)
-
Method Summary
Modifier and Type Method 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)
String[]
remove(Object key)
protected boolean
removeKey(Object key)
protected boolean
removeValue(Object value)
Collection<String[]>
values()
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
-
Constructor Details
-
RequestHeaderValuesMap
public RequestHeaderValuesMap(jakarta.servlet.http.HttpServletRequest request)
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,String[]>
- Overrides:
containsKey
in classAbstractMap<String,String[]>
-
get
-
entrySet
-
keySet
-
values
-
hashCode
public int hashCode() -
equals
-
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,String[]>
- Overrides:
containsValue
in classAbstractMap<String,String[]>
-
hashCode
-
clear
public void clear() -
putAll
-
remove
-
removeKey
-
removeValue
-