C
- Type of compound to returnpublic static class SequenceMixin.SequenceIterator<C extends Compound> extends Object implements Iterator<C>
Constructor and Description |
---|
SequenceIterator(Sequence<C> sequence) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
C |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SequenceIterator(Sequence<C> sequence)
Copyright © 2000–2019 BioJava. All rights reserved.