Class ReadOnlyEnumerationMap<V>

java.lang.Object
org.apache.tiles.request.collection.ReadOnlyEnumerationMap<V>
Type Parameters:
V - The type of the values.
All Implemented Interfaces:
Map<String,V>
Direct Known Subclasses:
AddableParameterMap, ScopeMap

public class ReadOnlyEnumerationMap<V> extends Object implements Map<String,V>
Wraps an HasKeys object into a read-only map.