Uses of Class
org.jrobin.core.jrrd.DataSource
-
Packages that use DataSource Package Description org.jrobin.core.jrrd -
-
Uses of DataSource in org.jrobin.core.jrrd
Fields in org.jrobin.core.jrrd with type parameters of type DataSource Modifier and Type Field Description (package private) ArrayList<DataSource>
RRDatabase. dataSources
Methods in org.jrobin.core.jrrd that return DataSource Modifier and Type Method Description DataSource
RRDatabase. getDataSource(int index)
Returns theDataSource
at the specified position in this database.Methods in org.jrobin.core.jrrd that return types with arguments of type DataSource Modifier and Type Method Description Iterator<DataSource>
RRDatabase. getDataSources()
Returns an iterator over the data sources in this database in proper sequence.
-