Class 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.