Interface Row


public interface Row
An abstract structure for rows in a table.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    getColumn(int columnIndex)
    Gets the data contained within one column index in this row.
  • Method Details

    • getColumn

      Object getColumn(int columnIndex)
      Gets the data contained within one column index in this row.