Uses of Interface
org.biojavax.bio.BioEntryIterator
- 
Packages that use BioEntryIterator Package Description org.biojavax.bio.db Interactions between biojavax objects and a DB.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects.
- 
- 
Uses of BioEntryIterator in org.biojavax.bio.dbMethods in org.biojavax.bio.db that return BioEntryIterator Modifier and Type Method Description BioEntryIteratorAbstractBioEntryDB. getBioEntryIterator()BioEntryIteratorAbstractRichSequenceDB. getBioEntryIterator()BioEntryIteratorBioEntryDB. getBioEntryIterator()Returns a BioEntryIterator over all BioEntrys in the database.
- 
Uses of BioEntryIterator in org.biojavax.bio.seqSubinterfaces of BioEntryIterator in org.biojavax.bio.seq Modifier and Type Interface Description interfaceRichSequenceIteratorEssentially the same as SequenceIterator.Classes in org.biojavax.bio.seq that implement BioEntryIterator Modifier and Type Class Description static classRichSequence.IOTools.SingleRichSeqIteratorUsed to iterate over a single rich sequence
- 
Uses of BioEntryIterator in org.biojavax.bio.seq.ioClasses in org.biojavax.bio.seq.io that implement BioEntryIterator Modifier and Type Class Description classHashedFastaIteratorIterates over a Fasta file that is kept in memory for optimized access.classRichStreamReaderParses a stream into sequences.
 
-