|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.biojava.bridge.Biocorba.Seqcore.SequenceIteratorAdapter
Constructor Summary | |
SequenceIteratorAdapter(PrimarySeqIterator primarySeqIterator)
|
Method Summary | |
PrimarySeqIterator |
getPrimarySeqIterator()
|
boolean |
hasNext()
Returns whether there are more sequences to iterate over. |
Sequence |
nextSequence()
Returns the next sequence in the iterator. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SequenceIteratorAdapter(PrimarySeqIterator primarySeqIterator)
Method Detail |
public PrimarySeqIterator getPrimarySeqIterator()
public boolean hasNext()
public Sequence nextSequence() throws java.util.NoSuchElementException, BioException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |