Ensembl Datasource Aware Module v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.datasourceaware.core
Class DAEnsemblDNASequenceReader.EmptyIterator<NucleotideCompound>
java.lang.Object
uk.ac.roslin.ensembl.datasourceaware.core.DAEnsemblDNASequenceReader.EmptyIterator<NucleotideCompound>
- All Implemented Interfaces:
- Iterator<NucleotideCompound>
- Enclosing class:
- DAEnsemblDNASequenceReader
public static class DAEnsemblDNASequenceReader.EmptyIterator<NucleotideCompound>
- extends Object
- implements Iterator<NucleotideCompound>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAEnsemblDNASequenceReader.EmptyIterator
public DAEnsemblDNASequenceReader.EmptyIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<NucleotideCompound>
next
public NucleotideCompound next()
- Specified by:
next
in interface Iterator<NucleotideCompound>
remove
public void remove()
- Specified by:
remove
in interface Iterator<NucleotideCompound>
Ensembl Datasource Aware Module v1.09
© Roslin Institute 2010. GNU General Public License, version3