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 java.util.NoSuchElementException, BioException
java.util.NoSuchElementException
BioException