|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.collections.map.AbstractMapDecorator
org.apache.cocoon.el.impl.objectmodel.UnmodifiableMultiMap
This class brings equally the same functionality as UnmodifiableMap but also implements MultiMap interface.
Use this class to wrap MultiMaps only.
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
Map.Entry |
| Field Summary |
| Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator |
map |
| Method Summary | |
void |
clear()
|
static MultiMap |
decorate(MultiMap map)
|
Set |
entrySet()
|
Set |
keySet()
|
MapIterator |
mapIterator()
|
Object |
put(Object key,
Object value)
|
void |
putAll(Map mapToCopy)
|
Object |
remove(Object key)
|
Object |
remove(Object key,
Object item)
|
Collection |
values()
|
| Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator |
containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.collections.MultiMap |
containsValue, get, size |
| Methods inherited from interface java.util.Map |
containsKey, equals, hashCode, isEmpty |
| Method Detail |
public static MultiMap decorate(MultiMap map)
public Collection values()
values in interface MultiMappublic Set entrySet()
entrySet in interface Mappublic Set keySet()
keySet in interface Mappublic MapIterator mapIterator()
mapIterator in interface IterableMappublic void clear()
clear in interface Map
public Object put(Object key,
Object value)
put in interface MultiMappublic void putAll(Map mapToCopy)
putAll in interface Mappublic Object remove(Object key)
remove in interface MultiMap
public Object remove(Object key,
Object item)
remove in interface MultiMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||