Package top.focess.util.json
Interface IJSONList
-
- All Known Implementing Classes:
AJSONList,JSONDoubleList,JSONIntList,JSONList,JSONStringList
public interface IJSONList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONListgetJSONList()intsize()
-
-
-
Method Detail
-
getJSONList
JSONList getJSONList()
-
size
int size()
-
-