- All Implemented Interfaces:
ITableRow
A trivial implementation of a table row of cells.
-
Constructor Summary
Constructors
-
Method Summary
Return the list of cells within that row.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TableRow
Create a row.
- Parameters:
cells
-
-
TableRow
public TableRow(Cell... cells)
Create a row.
- Parameters:
cells
-
-
Method Details
-
getCells
Return the list of cells within that row.
- Specified by:
getCells
in interface ITableRow
- Returns:
- a list of cells
-