public class EMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
EMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> EMap<K,V> |
create() |
static <K,V> EMap<K,V> |
create(K k,
V v) |
EMap<K,V> |
delete(K key) |
boolean |
equals(Object map) |
<T> T |
getAs(K key) |
Boolean |
getBoolean(K key) |
Integer |
getInt(K key) |
Long |
getLong(K key) |
Number |
getNumber(K key) |
String |
getStr(K key) |
Boolean |
isExist(K key) |
boolean |
isFalse(K key) |
Boolean |
isNull(K key) |
boolean |
isTrue(K key) |
static boolean |
notEmpty(EMap map) |
Boolean |
notNull(K key) |
EMap<K,V> |
set(EMap<K,V> map) |
EMap<K,V> |
set(K k,
V v) |
EMap<K,V> |
set(Map<K,V> map) |
String |
toJson() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valueshashCode, toStringCopyright © 2018. All rights reserved.