iterator

open operator override fun iterator(): MutableIterator<ITEM>(source)

Returns an iterator over the elements in this list (in proper sequence).

IMPORTANT: The returned iterator will throw an UnsupportedOperationException if you attempt to call MutableIterator.remove.