Interface SortedMatrixMaker.SortedMatrix.MatrixRow

Enclosing interface:
SortedMatrixMaker.SortedMatrix

public static interface SortedMatrixMaker.SortedMatrix.MatrixRow
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getDouble(int columnId)
     
    float
    getFloat(int columnId)
     
    long
    getLong(int columnId)
     
    getObject(int columnId)
     
    boolean
    isNull(int columnId)
     
    int
     
  • Method Details

    • length

      int length()
    • isNull

      boolean isNull(int columnId)
    • getObject

      @Nullable Object getObject(int columnId)
    • getDouble

      double getDouble(int columnId)
    • getFloat

      float getFloat(int columnId)
    • getLong

      long getLong(int columnId)