org.codehaus.plexus.context
Class ContextMapAdapter
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.codehaus.plexus.context.ContextMapAdapter
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class ContextMapAdapter
- extends HashMap
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
ContextMapAdapter
public ContextMapAdapter(Context context)
get
public Object get(Object key)
- Specified by:
get in interface Map- Overrides:
get in class HashMap