Uses of Class
top.focess.util.json.JSONList
-
Packages that use JSONList Package Description top.focess.util.json -
-
Uses of JSONList in top.focess.util.json
Fields in top.focess.util.json declared as JSONList Modifier and Type Field Description protected JSONListAJSONList. listMethods in top.focess.util.json that return JSONList Modifier and Type Method Description JSONListAJSONList. getJSONList()JSONListIJSONList. getJSONList()JSONListJSONList. getJSONList()JSONListJSON. getList(String key)JSONListJSONList. getList(int index)JSONListJSONObject. getList(int index)Get the list at the given indexJSONListJSONObject. getList(String key)Get the list named keyConstructors in top.focess.util.json with parameters of type JSONList Constructor Description AJSONList(JSONList list)JSONDoubleList(JSONList list)JSONIntList(JSONList list)JSONStringList(JSONList list)
-