C
- Type of compound to returnpublic static class SequenceMixin.SequenceIterator<C extends Compound>
extends java.lang.Object
implements java.util.Iterator<C>
Constructor and Description |
---|
SequenceIterator(Sequence<C> sequence) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
C |
next() |
void |
remove() |