Ensembl Datasource Aware Module v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Datasource Aware Module
v1.09

uk.ac.roslin.ensembl.datasourceaware.core
Class DAEnsemblDNASequenceReader.EmptyIterator<NucleotideCompound>

java.lang.Object
  extended by 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>


Constructor Summary
DAEnsemblDNASequenceReader.EmptyIterator()
           
 
Method Summary
 boolean hasNext()
           
 NucleotideCompound next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAEnsemblDNASequenceReader.EmptyIterator

public DAEnsemblDNASequenceReader.EmptyIterator()
Method Detail

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

Ensembl Datasource Aware Module v1.09
© Roslin Institute 2010. GNU General Public License, version3