Objectgoog.iter.Iterator
Returns the {@code Iterator} object itself. This is used to implement
the iterator protocol in JavaScript 1.7
Arguments:
Returns:
The object itself.
|
code » | ||
![]() *
Returns the next value of the iteration. This will throw the object
{@see goog.iter#StopIteration} when the iteration passes the end.
Returns:
*
Any object or value.
|
code » |