Interface SortedMatrixMaker.SortedMatrix.MatrixRow

    • Method Detail

      • length

        int length()
      • isNull

        boolean isNull​(int columnId)
      • getDouble

        double getDouble​(int columnId)
      • getFloat

        float getFloat​(int columnId)
      • getLong

        long getLong​(int columnId)