org.biojavax.bio
public interface BioEntryIterator
SequenceIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns whether there are more sequences to iterate over.
|
BioEntry |
nextBioEntry() |
boolean hasNext()
BioEntry nextBioEntry() throws NoSuchElementException, BioException
NoSuchElementException
BioException