org.apache.beehive.netui.core.chain.impl
Class ContextBase

Object
  extended by AbstractMap<K,V>
      extended by HashMap
          extended by ContextBase
All Implemented Interfaces:
Serializable, Cloneable, Map, Context

public class ContextBase
extends HashMap
implements Context

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Constructor Summary
ContextBase()
           
 
Method Summary
 Set entrySet()
           
 
Methods inherited from class HashMap
clear, clone, containsKey, containsValue, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class AbstractMap
equals, hashCode, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Map
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

ContextBase

public ContextBase()
Method Detail

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Overrides:
entrySet in class HashMap