Iterator
Last updated
Last updated
An iterator is an object which defines a sequence and potentially a return value upon its termination Returns the next IterableValue for this Iterable
An iterator is an object which defines a sequence and potentially a return value upon its termination Returns the next IterableValue for this Iterable
Returns: IterableValue the next IterableValue
Sample