类 FastjsonArray
java.lang.Object
cn.zhxu.data.fastjson.FastjsonArray
-
嵌套类概要
从接口继承的嵌套类/接口 cn.zhxu.data.DataSet
DataSet.Data -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FastjsonArray
public FastjsonArray(com.alibaba.fastjson.JSONArray json)
-
-
方法详细资料
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getMapper
-
getArray
-
getBool
public boolean getBool(int index) -
getInt
public int getInt(int index) -
getLong
public long getLong(int index) -
getFloat
public float getFloat(int index) -
getDouble
public double getDouble(int index) -
getString
-
toString
-
toList
-
toList
-