Methods
hasNext() → {Boolean}
Returns true if the iteration has more elements
- Source:
Returns:
true if the iteration has more elements,
false otherwise
- Type
- Boolean
next() → {Object}
Returns the next element in the iteration
- Source:
Returns:
the next element in the iteration
- Type
- Object