public class AuMap extends Object implements Map<Object,Object>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<Object,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object o) |
protected Date |
getDate(String name) |
protected String |
getString(String name) |
int |
hashCode() |
boolean |
isEmpty() |
Set<Object> |
keySet() |
Object |
put(Object s,
Object o) |
void |
putAll(Map<?,?> m) |
Object |
remove(Object o) |
protected void |
setDate(String name,
Date d) |
protected void |
setValue(String name,
String v) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object o)
containsKey 在接口中 Map<Object,Object>public boolean containsValue(Object o)
containsValue 在接口中 Map<Object,Object>Copyright © 2022. All rights reserved.