Class: _Iterator

MLJ.util.AssociativeArray~ _Iterator

Create a new _Iterator

Constructor

(private) new _Iterator()

Author:
  • Stefano Gabriele
Source:

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