org.codehaus.plexus.context
Class ContextMapAdapter
java.lang.Object
java.util.AbstractMap<K,V>
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
Copyright © 2001-2007 Codehaus. All Rights Reserved.