| 构造器和说明 |
|---|
SpringScriptEnvironment(org.springframework.context.ApplicationContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
String |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String name,
Object value) |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,?> toMerge) |
String |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SpringScriptEnvironment(org.springframework.context.ApplicationContext context)
public boolean containsKey(Object key)
containsKey 在接口中 Map<String,Object>containsKey 在接口中 Bindingspublic boolean containsValue(Object value)
containsValue 在接口中 Map<String,Object>Copyright © 2023. All rights reserved.