类 Maps
- 所有已实现的接口:
Serializable,Cloneable,Map<String,Object>
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static booleanisNullOrEmpty(Object value) static Mapsof()static Mapsstatic MapsofNotEmpty(String key, Maps value) static MapsofNotEmpty(String key, Object value) static MapssetIfContainsKey(String checkKey, String key, Object value) setIfNotContainsKey(String checkKey, String key, Object value) setIfNotEmpty(String key, Object value) setIfNotEmpty(Map<String, Object> source) setIfNotNull(String key, Object value) setOrDefault(String key, Object value, Object orDefault) toJSON()从类继承的方法 java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values从类继承的方法 java.util.AbstractMap
equals, hashCode, toString
-
构造器详细资料
-
Maps
public Maps()
-
-
方法详细资料
-
of
-
of
-
ofNotNull
-
ofNotEmpty
-
ofNotEmpty
-
set
-
setChild
-
setOrDefault
-
setIf
-
setIf
-
setIfNotNull
-
setIfNotEmpty
-
setIfNotEmpty
-
setIfContainsKey
-
setIfNotContainsKey
-
toJSON
-
isNullOrEmpty
-