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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Field Details- 
requestThe request.
 
- 
- 
Constructor Details- 
ReadOnlyEnumerationMapConstructor.- Parameters:
- request- The request object to use.
 
 
- 
- 
Method Details- 
clearpublic void clear()
- 
containsKey- Specified by:
- containsKeyin interface- Map<String,- V> 
 
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- V> 
 
- 
entrySet
- 
get
- 
isEmptypublic boolean isEmpty()
- 
keySet
- 
put
- 
putAll
- 
remove
- 
sizepublic int size()
- 
values
- 
equals
- 
hashCodepublic int hashCode()
 
-