Class EmptyIterator

java.lang.Object
org.codehaus.stax2.ri.EmptyIterator
All Implemented Interfaces:
Iterator<Object>

public final class EmptyIterator extends Object implements Iterator<Object>
Simple implementation of "null iterator", iterator that has nothing to iterate over.