Class Table.Cell

java.lang.Object
edu.uky.ai.util.Table.Cell
Enclosing class:
Table

public static final class Table.Cell extends Object
An individual unit of data in the table.
Author:
Stephen G. Ware
  • Field Details

    • table

      public final Table table
      The table this cell belongs to
    • row

      public final Table.Row row
      The row this cell belongs to
    • column

      public final Table.Column column
      The column this cell belongs to
    • value

      public Object value
      The current value of this cell
  • Method Details