- All Implemented Interfaces:
 
- Iterator<E>
 
- Enclosing class:
 
- org.apache.hadoop.util.IntrusiveCollection<E extends org.apache.hadoop.util.IntrusiveCollection.Element>
 
public class IntrusiveCollection.IntrusiveIterator
extends Object
implements Iterator<E>
An iterator over the intrusive collection.
 Currently, you can remove elements from the list using
 #{IntrusiveIterator#remove()}, but modifying the collection in other
 ways during the iteration is not supported.