iterator

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

Returns an iterator (as specified by Collection ) over the elements in the queue in proper sequence. The elements will be ordered according to the state of the queue given the specified queue discipline.

Return

an iterator over the elements in the queue