Class ReadOnlyEnumerationMap<V>
java.lang.Object
org.apache.tiles.request.collection.ReadOnlyEnumerationMap<V>
- Type Parameters:
V
- The type of the values.
- Direct Known Subclasses:
AddableParameterMap
,ScopeMap
Wraps an
HasKeys
object into a read-only map.-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
request
The request.
-
-
Constructor Details
-
ReadOnlyEnumerationMap
Constructor.- Parameters:
request
- The request object to use.
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
V>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
equals
-
hashCode
public int hashCode()
-