AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProxyBuilder(Class<?> tp) |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Builds and returns the object.
|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Object |
put(String key,
Object value) |
int |
size() |
clear, clone, equals, hashCode, keySet, putAll, remove, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ProxyBuilder(Class<?> tp)
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class AbstractMap<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>containsValue in class AbstractMap<String,Object>Copyright © 2025. All rights reserved.