-
- All Implemented Interfaces:
-
java.io.Serializable
public class Ext implements Serializable
-
-
Method Summary
Modifier and Type Method Description JSONObjectgetJsonObject()voidput(String key, String value)voidput(String key, Integer value)voidput(String key, JSONObject value)voidput(String key, JSONArray value)voidput(JSONObject jsonObject)voidremove(String key)Map<String, Object>getMap()booleanequals(Object o)inthashCode()-
-
Method Detail
-
getJsonObject
JSONObject getJsonObject()
-
put
void put(String key, JSONObject value)
-
put
void put(JSONObject jsonObject)
-
hashCode
int hashCode()
-
-
-
-