public class NvMap extends IgnoreCaseMap<String>
Context.paramMap(),
序列化表格| 限定符和类型 | 方法和说明 |
|---|---|
static NvMap |
from(List<String> args) |
static NvMap |
from(String[] args) |
<T> T |
getBean(Class<T> clz) |
boolean |
getBool(String key,
boolean def) |
double |
getDouble(String key) |
double |
getDouble(String key,
double def) |
int |
getInt(String key) |
int |
getInt(String key,
int def) |
long |
getLong(String key) |
long |
getLong(String key,
long def) |
NvMap |
set(String key,
String val) |
clear, clone, containsKey, containsValue, convertKey, entrySet, equals, get, getLocale, getOrDefault, hashCode, isEmpty, keySet, put, putAll, remove, removeEldestEntry, size, toString, valuescompute, computeIfAbsent, computeIfPresent, forEach, merge, putIfAbsent, remove, replace, replace, replaceAllpublic NvMap()
public NvMap(Map map)
public int getInt(String key)
public int getInt(String key, int def)
public long getLong(String key)
public long getLong(String key, long def)
public double getDouble(String key)
public double getDouble(String key, double def)
public boolean getBool(String key, boolean def)
public <T> T getBean(Class<T> clz)
Copyright © 2023. All rights reserved.