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