org.apache.cocoon.environment.impl
Class BaseMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byorg.apache.cocoon.environment.impl.BaseMap
All Implemented Interfaces:
Map
Direct Known Subclasses:
ContextMap, RequestHeaderMap, RequestMap, RequestParameterMap, SessionMap

public abstract class BaseMap
extends AbstractMap

Base class for context maps

Version:
$Id: BaseMap.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Nested Class Summary
protected static class BaseMap.Entry
           
 
Constructor Summary
BaseMap()
           
 
Method Summary
 void clear()
           
 Set entrySet()
           
 void putAll(Map t)
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseMap

public BaseMap()
Method Detail

clear

public void clear()

putAll

public void putAll(Map t)

remove

public Object remove(Object key)

entrySet

public Set entrySet()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.