class JsonNioService.JSONObject extends Hashtable<String,Object>
Constructor and Description |
---|
JSONObject() |
JSONObject(Map<String,Object> map) |
JSONObject(String msg) |
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
double |
getDouble(String key) |
int |
getInt(String key) |
List<JsonNioService.JSONObject> |
getJSONArray(String key) |
long |
getLong(String key) |
(package private) String |
getString(String key) |
(package private) boolean |
has(String key) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, values