[]
add()
add(int position)
void
add(int position,
int count)
void
delete(int position,
int count)
get(int index)
ITableRow
at the specified index.int
getCount()
forEach, iterator, spliterator
ITableRow
at the specified index.index
- The index.ITableRow
object.ITableRow
object.position
- 0 based Integer. Specifies the relative position of the new row.position
- 0 based Integer. Specifies the relative position of the new row(s).count
- Specifies the count of the new row(s).position
- 0 based Integer. Specifies the relative position of the deleted row(s).count
- Specifies the count of the deleted row(s).