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