Uses of Class
edu.uky.ai.util.Table.Cell
Package | Description |
---|---|
edu.uky.ai.util |
Contains assorted helpful objects.
|
-
Uses of Table.Cell in edu.uky.ai.util
Fields in edu.uky.ai.util with type parameters of type Table.Cell Modifier and Type Field Description ImmutableArray<Table.Cell>
Table. cells
The table's cellsImmutableArray<Table.Cell>
Table.Sequence. cells
The cells that make up this row or columnMethods in edu.uky.ai.util that return Table.Cell Modifier and Type Method Description Table.Cell
Table. getCell(java.lang.Object rowLabel, java.lang.Object columnLabel)
Returns the cell at the interaction of the row with the given label and and the column with the given labelMethods in edu.uky.ai.util that return types with arguments of type Table.Cell Modifier and Type Method Description java.util.Iterator<Table.Cell>
Table.Sequence. iterator()