iterator

open operator override fun iterator(): Iterator<T>

Collection iterator Amortized next()/hasNext() complexity: O(1)