- See Also:
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) entrySet()booleaninthashCode()keySet()voidprotected booleanprotected booleanremoveValue(Object value) values()Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, put, size, toStringMethods 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
-
InitParameterMap
public InitParameterMap(jakarta.servlet.ServletContext newServletContext)
-
-
Method Details
-
get
-
entrySet
-
keySet
-
values
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,String> - Overrides:
containsKeyin classAbstractMap<String,String>
-
equals
-
hashCode
public int hashCode() -
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
clear
public void clear() -
putAll
-
remove
-
removeKey
-
removeValue
-