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