Class ADT.Sequence()->SequenceIterator

Description

This is the iterator for the Sequence. It implements the IndexIterator and the OutputIterator


Method create

ADT.Sequence.SequenceIterator ADT.Sequence.SequenceIterator(object sequence, void|int start)

Description

Creates a new iterator for the sequence sequence. If start is supplied it will try to position the iterator so that the next iteration starts at start.