iterator
Initiates a mutable iterator over the collection's elements with pointer before the first element.
In the iterator elements are iterated in the order of their indices.
Also, iterator should not be used after the underlying structure of the collection is changed not by the iterator.