AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
RemoveValueMapProvider() |
RemoveValueMapProvider(Map<String,Object> m) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
int |
getRemovedSize() |
Object |
value(Object key,
Type valueType)
只能调用一次
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Object value(Object key, Type valueType)
value 在接口中 cn.hutool.core.bean.copier.ValueProvider<Object>key - Bean对象中参数名valueType - 被注入的值的类型public boolean containsKey(Object key)
containsKey 在接口中 cn.hutool.core.bean.copier.ValueProvider<Object>containsKey 在接口中 Map<String,Object>containsKey 在类中 HashMap<String,Object>public int getRemovedSize()
Copyright © 2022. All rights reserved.