org.osoco.dyninc.impl
Class DefaultContextImpl

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.osoco.dyninc.impl.DefaultContextImpl
All Implemented Interfaces:
java.lang.Cloneable, Context, java.util.Map, java.io.Serializable

public class DefaultContextImpl
extends java.util.HashMap
implements Context

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
DefaultContextImpl()
           
 
Method Summary
 java.lang.Object get(java.lang.String key)
           
 void put(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DefaultContextImpl

public DefaultContextImpl()
Method Detail

get

public java.lang.Object get(java.lang.String key)
Specified by:
get in interface Context

put

public void put(java.lang.String key,
                java.lang.Object value)
Specified by:
put in interface Context


Copyright © 2004 Osoco. All Rights Reserved.