| Package | Description |
|---|---|
| org.jrobin.core.jrrd |
| Modifier and Type | Field | Description |
|---|---|---|
(package private) ArrayList<DataSource> |
RRDatabase.dataSources |
| Modifier and Type | Method | Description |
|---|---|---|
DataSource |
RRDatabase.getDataSource(int index) |
Returns the
DataSource at the specified position in this database. |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<DataSource> |
RRDatabase.getDataSources() |
Returns an iterator over the data sources in this database in proper sequence.
|