Method ADT.CircularList()->CircularListIterator()->distance()
- Method
distance
intdistance(CircularListIterator(<ValueType>)iter)- Parameter
iter The iterator to measure the distance to.
- Returns
Returns distance between this iterator and
iter.- Throws
An error if the two iterator could not be compared.
- Note
This operation is only valid if both iterators are for the same CircularList object.