|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.request.collection.ReadOnlyEnumerationMap<V>
V
- The type of the values.public class ReadOnlyEnumerationMap<V>
Wraps an HasKeys
object into a read-only map.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
protected HasKeys<V> |
request
The request. |
Constructor Summary | |
---|---|
ReadOnlyEnumerationMap(HasKeys<V> request)
Constructor. |
Method Summary | |
---|---|
void |
clear()
|
boolean |
containsKey(Object key)
|
boolean |
containsValue(Object value)
|
Set<Map.Entry<String,V>> |
entrySet()
|
boolean |
equals(Object o)
|
V |
get(Object key)
|
int |
hashCode()
|
boolean |
isEmpty()
|
Set<String> |
keySet()
|
V |
put(String key,
V value)
|
void |
putAll(Map<? extends String,? extends V> map)
|
V |
remove(Object key)
|
int |
size()
|
Collection<V> |
values()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HasKeys<V> request
Constructor Detail |
---|
public ReadOnlyEnumerationMap(HasKeys<V> request)
request
- The request object to use.Method Detail |
---|
public void clear()
clear
in interface Map<String,V>
public boolean containsKey(Object key)
containsKey
in interface Map<String,V>
public boolean containsValue(Object value)
containsValue
in interface Map<String,V>
public Set<Map.Entry<String,V>> entrySet()
entrySet
in interface Map<String,V>
public V get(Object key)
get
in interface Map<String,V>
public boolean isEmpty()
isEmpty
in interface Map<String,V>
public Set<String> keySet()
keySet
in interface Map<String,V>
public V put(String key, V value)
put
in interface Map<String,V>
public void putAll(Map<? extends String,? extends V> map)
putAll
in interface Map<String,V>
public V remove(Object key)
remove
in interface Map<String,V>
public int size()
size
in interface Map<String,V>
public Collection<V> values()
values
in interface Map<String,V>
public boolean equals(Object o)
equals
in interface Map<String,V>
equals
in class Object
public int hashCode()
hashCode
in interface Map<String,V>
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |