net.sf.basedb.plugins
Class RawDataFlatFileImporter.FileIterator
java.lang.Object
net.sf.basedb.plugins.RawDataFlatFileImporter.FileIterator
- All Implemented Interfaces:
- Iterator<File>
- Enclosing class:
- RawDataFlatFileImporter
class RawDataFlatFileImporter.FileIterator
- extends Object
- implements Iterator<File>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rawBioAssays
private List<RawBioAssay> rawBioAssays
files
private List<File> files
currentIndex
private int currentIndex
RawDataFlatFileImporter.FileIterator
RawDataFlatFileImporter.FileIterator(List<RawBioAssay> rawBioAssays,
List<File> files)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<File>
next
public File next()
- Specified by:
next
in interface Iterator<File>
remove
public void remove()
- Specified by:
remove
in interface Iterator<File>
getCurrentFile
File getCurrentFile()
getCurrentRawBioAssay
RawBioAssay getCurrentRawBioAssay()