Documentation for this section has not yet been entered.
Returns an iterator over all the elements (both expired and unexpired) in this queue. The iterator does not return the elements in any particular order.
The returned iterator is a "weakly consistent" iterator that will never throw Java.Util.ConcurrentModificationException, and guarantees to traverse elements as they existed upon construction of the iterator, and may (but is not guaranteed to) reflect any modifications subsequent to construction.