Creates a new, empty table. Use addRow() to add additional rows.
()
| 103 | * Creates a new, empty table. Use addRow() to add additional rows. |
| 104 | */ |
| 105 | public Table() { |
| 106 | init(); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * @nowebref |
nothing calls this directly
no test coverage detected