public class VO extends HashMap<String,Object> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
VO()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Object |
getValue(String key) |
static VO |
init() |
static VO |
init(String key,
Object value) |
boolean |
isEmpty() |
VO |
put(String key,
Object value) |
VO |
remove(String key) |
VO |
removeAll() |
<T extends Serializable> |
toObject(Class<T> clazz)
转换成指定对象 必须实现序列化
|
String |
toString() |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode@Deprecated public VO()
public static VO init()
public VO removeAll()
public <T extends Serializable> T toObject(Class<T> clazz)
clazz - public boolean isEmpty()
public String toString()
toString 在类中 AbstractMap<String,Object>Copyright © 2020. All rights reserved.