Satisfied Interfaces: Iterator<Nothing>

An iterator that returns no elements.

Inherited Attributes
Attributes inherited from: Object
Methods
next
shared actual Finished next()

The next element, or finished if there are no more elements to be iterated.

Refined declaration: next
Inherited Methods
Methods inherited from: Object
Methods inherited from: Iterator<Element>