Class IntrusiveCollection.IntrusiveIterator

java.lang.Object
org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
IntrusiveCollection<E extends 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.