AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
ModuleProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getBoolean(String key,
Boolean defaultvalue)
Gets the boolean.
|
int |
getInt(String key,
int defaultvalue)
Gets the int.
|
Object |
getObject(String key,
Object defaultvalue)
Gets the object.
|
String |
getString(String key,
String defaultvalue)
Gets the string.
|
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 int getInt(String key, int defaultvalue)
key - the keydefaultvalue - the defaultvaluepublic Boolean getBoolean(String key, Boolean defaultvalue)
key - the keydefaultvalue - the defaultvaluepublic Object getObject(String key, Object defaultvalue)
key - the keydefaultvalue - the defaultvalueCopyright © 2017. All rights reserved.