类 FastjsonArray

java.lang.Object
cn.zhxu.data.fastjson.FastjsonArray
所有已实现的接口:
Array, DataSet

public class FastjsonArray extends Object implements Array
  • 构造器详细资料

    • FastjsonArray

      public FastjsonArray(com.alibaba.fastjson.JSONArray json)
  • 方法详细资料

    • size

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

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

      public Mapper getMapper(int index)
      指定者:
      getMapper 在接口中 Array
    • 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
    • getString

      public String getString(int index)
      指定者:
      getString 在接口中 Array
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • toList

      public <T> List<T> toList(Class<T> type)
      指定者:
      toList 在接口中 Array
    • toList

      public List<Object> toList()
      指定者:
      toList 在接口中 Array