public static class SequenceMixin.SequenceIterator<C extends Compound>
extends java.lang.Object
implements java.util.Iterator<C>
A basic sequence iterator which iterates over the given Sequence by
biological index. This assumes your sequence supports random access
and performs well when doing these operations.