类 Fastjson2Array

    • 构造器详细资料

      • Fastjson2Array

        public Fastjson2Array​(com.alibaba.fastjson2.JSONArray json)
    • 方法详细资料

      • size

        public int size()
        指定者:
        size 在接口中 DataSet
      • isEmpty

        public boolean isEmpty()
        指定者:
        isEmpty 在接口中 DataSet
      • getArray

        public Array getArray​(int index)
        指定者:
        getArray 在接口中 Array
      • getBool

        public boolean getBool​(int index)
        指定者:
        getBool 在接口中 Array
      • getInt

        public int getInt​(int index)
        指定者:
        getInt 在接口中 Array
      • getLong

        public long getLong​(int index)
        指定者:
        getLong 在接口中 Array
      • getFloat

        public float getFloat​(int index)
        指定者:
        getFloat 在接口中 Array
      • getDouble

        public double getDouble​(int index)
        指定者:
        getDouble 在接口中 Array
      • toJSONBBytes

        public byte[] toJSONBBytes()