Package com.sun.faces.context
Class RequestParameterValuesMap
public class RequestParameterValuesMap 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 RequestParameterValuesMap(jakarta.servlet.ServletRequest request) -
Method Summary
Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,String[]>>entrySet()booleanequals(Object obj)String[]get(Object key)protected Iterator<Map.Entry<String,String[]>>getEntryIterator()protected Iterator<String>getKeyIterator()protected Iterator<String[]>getValueIterator()inthashCode()protected inthashCode(Object someObject)Set<String>keySet()voidputAll(Map t)String[]remove(Object key)protected booleanremoveKey(Object key)protected booleanremoveValue(Object value)Collection<String[]>values()Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RequestParameterValuesMap
public RequestParameterValuesMap(jakarta.servlet.ServletRequest request)
-
-
Method Details
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,String[]>- Overrides:
containsKeyin classAbstractMap<String,String[]>
-
entrySet
-
keySet
-
values
-
hashCode
public int hashCode() -
equals
-
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String[]>- Overrides:
containsValuein classAbstractMap<String,String[]>
-
hashCode
-
clear
public void clear() -
putAll
-
remove
-
removeKey
-
removeValue
-