ZoneListIterator
The ZoneListIterator class provides sequential iteration over a ZoneList.
class ZoneListIterator
info
This class cannot be instantiated directly. Instances are returned by ZoneList.iterator.
Properties
has_next
has_next: Bool { get }
Whether the iterator has more zones to yield.
Methods
next
next() -> (Zone)
Advances the iterator and returns the next Zone.