| Modifier and Type | Class and Description |
|---|---|
class |
ObjectMap.FieldEntry |
class |
ObjectMap.MethodEntry |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ObjectMap(Class clazz) |
ObjectMap(Class<?> clazz,
Object object) |
ObjectMap(Object object) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Object |
put(String key,
Object value) |
Object |
remove(Object key) |
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ObjectMap(Object object)
public ObjectMap(Class clazz)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class AbstractMap<String,Object>Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.