public interface IBaseTable extends Iterable<DataRow>, IQuickSort
| Modifier and Type | Method and Description |
|---|---|
DataColumnCollection |
columns() |
String |
name() |
DataRow |
row(Integer rowIdx)
Accessor to a specific row by index.
|
Integer |
rowCount()
Returns the rowCount / row count of the table.
|
com.github.martincooper.datatable.DataRowCollectionBase |
rows() |
DataTable |
toDataTable()
Return a new DataTable based on this table (clone).
|
DataView |
toDataView()
Return a new Data View based on this table.
|
forEach, iterator, spliteratorString name()
DataColumnCollection columns()
com.github.martincooper.datatable.DataRowCollectionBase rows()
DataRow row(Integer rowIdx)
rowIdx - The index of the row to return.Integer rowCount()
DataTable toDataTable()
DataView toDataView()
Copyright © 2017. All rights reserved.