org.codehaus.plexus.context
Class ContextMapAdapter

java.lang.Object
  extended by java.util.AbstractMap<Object,Object>
      extended by org.codehaus.plexus.context.ContextMapAdapter
All Implemented Interfaces:
Map<Object,Object>

public final class ContextMapAdapter
extends AbstractMap<Object,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ContextMapAdapter(Context context)
           
 
Method Summary
 boolean containsKey(Object key)
           
 Set<Map.Entry<Object,Object>> entrySet()
           
 Object get(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextMapAdapter

public ContextMapAdapter(Context context)
Method Detail

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<Object,Object>
Overrides:
containsKey in class AbstractMap<Object,Object>

get

public Object get(Object key)
Specified by:
get in interface Map<Object,Object>
Overrides:
get in class AbstractMap<Object,Object>

entrySet

public Set<Map.Entry<Object,Object>> entrySet()
Specified by:
entrySet in interface Map<Object,Object>
Specified by:
entrySet in class AbstractMap<Object,Object>


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.