Package net.sf.basedb.plugins
Class RawDataFlatFileImporter.FileIterator
java.lang.Object
net.sf.basedb.plugins.RawDataFlatFileImporter.FileIterator
- Enclosing class:
- RawDataFlatFileImporter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) File
(package private) RawBioAssay
boolean
hasNext()
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 Details
-
rawBioAssays
-
files
-
currentIndex
private int currentIndex
-
-
Constructor Details
-
FileIterator
FileIterator(List<RawBioAssay> rawBioAssays, List<File> files)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
getCurrentFile
File getCurrentFile() -
getCurrentRawBioAssay
RawBioAssay getCurrentRawBioAssay()
-