Interface DataSource
- All Known Implementing Classes:
AbstractDataSource,EmptyDataSource,ResourceDataSource,SimpleDataSource
DataSource is an abstract collection of
Resource.-
Method Summary
-
Method Details
-
iterator
Returns the data.- Returns:
- The iterator of the data.
-
getOffset
Returns the offset of this datasource. It returnsnullby default.- Returns:
- The offset of the datasource, or
nullwhen the offset is unknown or not set.
-
getLimit
Returns the limit of this datasource. It returnsnullby default.- Returns:
- The limit of the datasource, or
nullwhen the offset is unknown or not set.
-
getGuessTotal
Returns the total count or the total as far as it is known. It returnsnullby default.- Returns:
- The total count, or
nullif it is not known.
-