An iterator that returns no elements.
no subtypes hierarchy
| Attributes | |
string | Source Codeshared actual String stringA developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
| Inherited Attributes |
Attributes inherited from: Object |
| Methods | |
next | Source Codeshared actual Finished next()The next element, or Repeated invocations of If an invocation of An iterator for a nonfinite stream may never produce
the value An iterator for a nonempty stream must produce at least
one value of type Refines Iterator.next |
| Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Iterator<Element> |