org.codehaus.plexus.context
Class ContextMapAdapter

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.codehaus.plexus.context.ContextMapAdapter
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ContextMapAdapter
extends java.util.HashMap

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
private  Context context
           
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
ContextMapAdapter(Context context)
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, 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
 

Field Detail

context

private Context context
Constructor Detail

ContextMapAdapter

public ContextMapAdapter(Context context)
Method Detail

get

public java.lang.Object get(java.lang.Object key)