-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.ejlchina.data.DataSet
DataSet.Data
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 default voidforEach(BiConsumer<Integer,DataSet.Data> consumer)遍历 ArrayArraygetArray(int index)booleangetBool(int index)doublegetDouble(int index)floatgetFloat(int index)intgetInt(int index)longgetLong(int index)MappergetMapper(int index)StringgetString(int index)default <T> List<T>toList(Class<T> type)
-
-
-
方法详细资料
-
getMapper
Mapper getMapper(int index)
- 参数:
index- 元素下标- 返回:
- 子 JsonObj
-
getArray
Array getArray(int index)
- 参数:
index- 元素下标- 返回:
- 子 JsonArr
-
getBool
boolean getBool(int index)
- 参数:
index- 元素下标- 返回:
- boolean 值
-
getInt
int getInt(int index)
- 参数:
index- 元素下标- 返回:
- int 值
-
getLong
long getLong(int index)
- 参数:
index- 元素下标- 返回:
- long 值
-
getFloat
float getFloat(int index)
- 参数:
index- 元素下标- 返回:
- float 值
-
getDouble
double getDouble(int index)
- 参数:
index- 元素下标- 返回:
- double 值
-
getString
String getString(int index)
- 参数:
index- 元素下标- 返回:
- String 值
-
forEach
default void forEach(BiConsumer<Integer,DataSet.Data> consumer)
遍历 Array- 参数:
consumer- 消费者- 从以下版本开始:
- 2.5.1
-
-