Iterator
| Module | ejs |
| Namespace | iterator |
| Definition | final class Iterator |
| Inheritance | Iterator Object |
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