Class ObjectMap
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- org.apache.openejb.arquillian.common.ObjectMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classObjectMap.FieldEntryclassObjectMap.MethodEntry-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object key)Set<Map.Entry<String,Object>>entrySet()Objectget(Object key)Objectput(String key, Object value)Objectremove(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
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>- Overrides:
containsKeyin classAbstractMap<String,Object>
-
-