org.openscience.jmol.app.jmolpanel
Class JsonNioService.JSONObject
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<String,Object>
org.openscience.jmol.app.jmolpanel.JsonNioService.JSONObject
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
- Enclosing class:
- JsonNioService
class JsonNioService.JSONObject
- extends Hashtable<String,Object>
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
JsonNioService.JSONObject
public JsonNioService.JSONObject()
JsonNioService.JSONObject
JsonNioService.JSONObject(String msg)
throws Exception
- Throws:
Exception
has
boolean has(String key)
getString
String getString(String key)
throws Exception
- Throws:
Exception
getJSONArray
public List<JsonNioService.JSONObject> getJSONArray(String key)
throws Exception
- Throws:
Exception
getLong
public long getLong(String key)
throws Exception
- Throws:
Exception
getInt
public int getInt(String key)
throws Exception
- Throws:
Exception
getDouble
public double getDouble(String key)
throws Exception
- Throws:
Exception