An iterator over a collection or another entity that can be represented as a sequence of elements. Allows to sequentially access the elements.
Returns true if the iteration has more elements.
true
Returns the next element in the iteration.