Package net.sf.basedb.plugins
Class RawDataFlatFileImporter.FileIterator
- java.lang.Object
-
- net.sf.basedb.plugins.RawDataFlatFileImporter.FileIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
currentIndex
private List<File>
files
private List<RawBioAssay>
rawBioAssays
-
Constructor Summary
Constructors Constructor Description FileIterator(List<RawBioAssay> rawBioAssays, List<File> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) File
getCurrentFile()
(package private) RawBioAssay
getCurrentRawBioAssay()
boolean
hasNext()
File
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
rawBioAssays
private List<RawBioAssay> rawBioAssays
-
currentIndex
private int currentIndex
-
-
Constructor Detail
-
FileIterator
FileIterator(List<RawBioAssay> rawBioAssays, List<File> files)
-
-
Method Detail
-
getCurrentFile
File getCurrentFile()
-
getCurrentRawBioAssay
RawBioAssay getCurrentRawBioAssay()
-
-