模块 data.core

接口 DataSet.Data

  • 封闭接口:
    DataSet

    public static interface DataSet.Data
    只读数据
    从以下版本开始:
    2.5.1
    • 方法详细资料

      • toArray

        Array toArray()
      • toBool

        boolean toBool()
      • toInt

        int toInt()
      • toLong

        long toLong()
      • toFloat

        float toFloat()
      • toDouble

        double toDouble()