Class NullIterator<T>

  • All Implemented Interfaces:
    java.util.Iterator<T>, Closeable, ClosableIterator<T>, ExtendedIterator<T>

    public class NullIterator<T>
    extends NiceIterator<T>
    An empty iterator. The specialised versions of andThen() eliminate left operands that are empty iterators from cascaded sequences.