Package com.sun.faces.context
Class RequestCookieMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsKey, 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
-
Constructor Details
-
RequestCookieMap
public RequestCookieMap(jakarta.servlet.http.HttpServletRequest newRequest)
-
-
Method Details
-
get
-
entrySet
-
keySet
-
values
-
equals
-
hashCode
public int hashCode() -
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
clear
public void clear() -
putAll
-
remove
-
removeKey
-
removeValue
-