org.apache.openejb.config.typed.util
Class ObjectMap

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by org.apache.openejb.config.typed.util.ObjectMap
All Implemented Interfaces:
Map<String,Object>

public class ObjectMap
extends AbstractMap<String,Object>

Version:
$Rev$ $Date$

Nested Class Summary
 class ObjectMap.FieldEntry
           
 class ObjectMap.MethodEntry
           
 
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
ObjectMap(Class clazz)
           
ObjectMap(Class<?> clazz, Object object)
           
ObjectMap(Object object)
           
 
Method Summary
 boolean containsKey(Object key)
           
 Set<Map.Entry<String,Object>> entrySet()
           
 Object get(Object key)
           
 Object put(String key, Object value)
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectMap

public ObjectMap(Object object)

ObjectMap

public ObjectMap(Class clazz)

ObjectMap

public ObjectMap(Class<?> clazz,
                 Object object)
Method Detail

get

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

put

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

containsKey

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

remove

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

entrySet

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


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.