模块 data.core

类 ListArray

    • 构造器详细资料

      • ListArray

        public ListArray()
    • 方法详细资料

      • getMapper

        public Mapper getMapper​(int index)
        指定者:
        getMapper 在接口中 Array
        参数:
        index - 元素下标
        返回:
        子 JsonObj
      • getArray

        public Array getArray​(int index)
        指定者:
        getArray 在接口中 Array
        参数:
        index - 元素下标
        返回:
        子 JsonArr
      • getBool

        public boolean getBool​(int index)
        指定者:
        getBool 在接口中 Array
        参数:
        index - 元素下标
        返回:
        boolean 值
      • getInt

        public int getInt​(int index)
        指定者:
        getInt 在接口中 Array
        参数:
        index - 元素下标
        返回:
        int 值
      • getLong

        public long getLong​(int index)
        指定者:
        getLong 在接口中 Array
        参数:
        index - 元素下标
        返回:
        long 值
      • getFloat

        public float getFloat​(int index)
        指定者:
        getFloat 在接口中 Array
        参数:
        index - 元素下标
        返回:
        float 值
      • getDouble

        public double getDouble​(int index)
        指定者:
        getDouble 在接口中 Array
        参数:
        index - 元素下标
        返回:
        double 值
      • getString

        public String getString​(int index)
        指定者:
        getString 在接口中 Array
        参数:
        index - 元素下标
        返回:
        String 值