Method Summary |
|
boolean | add(Row row) Ensures that this row collection contains the specified row. |
void | clear() Removes all of the rows from this row collection. |
boolean | contains(Row row) Returns true if this row collection contains the specified row. |
boolean | isEmpty() Returns true if this row collection contains no rows. |
boolean | remove(Row row) Removes a single instance of the specified row from this row collection, if it is
present.
Parameters: row - to be removed from this row collection, if present. |
RowIterator | rowIterator() Returns an iterator over the rows in this row collection. |
int | size() Returns the number of rows in this row collection. |