Iterator
Module | ejs |
Definition | final class Iterator |
Inheritance | Iterator ![]() |
Iterator is a helper class to implement iterators.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
Iterator Methods
Qualifiers | Method |
---|---|
public | next(): Object |
Return the next element in the object. |
Method Detail
public next(): Object