Class EmptyIterator<T>

java.lang.Object
org.eclipse.collections.impl.EmptyIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

public final class EmptyIterator<T> extends Object implements ListIterator<T>
A Singleton iterator which is empty and can be used by all empty collections.