AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
Dict() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Dict |
create() |
BigDecimal |
getBigDecimal(String key) |
BigInteger |
getBigInteger(String key) |
Boolean |
getBool(String key) |
Byte |
getByte(String key) |
Byte[] |
getBytes(String key) |
Character |
getChar(String key) |
Date |
getDate(String key) |
Double |
getDouble(String key) |
Float |
getFloat(String key) |
Integer |
getInt(String key) |
Long |
getLong(String key) |
Short |
getShort(String key) |
String |
getString(String key) |
Dict |
set(String key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static Dict create()
public BigDecimal getBigDecimal(String key)
public BigInteger getBigInteger(String key)
Copyright © 2022. All rights reserved.