java.lang.Object
edu.uky.ai.util.Table.Cell
- Enclosing class:
- Table
public static final class Table.Cell
extends java.lang.Object
An individual unit of data in the table.
- Author:
- Stephen G. Ware
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
Table.Column |
column |
The column this cell belongs to
|
Table.Row |
row |
The row this cell belongs to
|
Table |
table |
The table this cell belongs to
|
java.lang.Object |
value |
The current value of this cell
|
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
The table this cell belongs to
-
The row this cell belongs to
-
The column this cell belongs to
-
public java.lang.Object value
The current value of this cell
-
Method Details
-
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
-
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object