Class ADT.CircularList()->CircularListIterator

Description

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


Generic ValueType

__generic__ mixed ValueType = CircularList::ValueType


Method create

ADT.CircularList.CircularListIterator ADT.CircularList.CircularListIterator(CircularList list, void|int start)

Description

Creates a new iterator for the CircularList list. If start is supplied it will try to position the iterator at start.