Class Discover.LoaderIterator<T>

  • All Implemented Interfaces:
    java.util.Iterator<T>
    Direct Known Subclasses:
    Discover.LineReaderLoaderIterator
    Enclosing class:
    Discover

    @Deprecated(since="2021-07-29")
    public abstract static class Discover.LoaderIterator<T>
    extends java.lang.Object
    implements java.util.Iterator<T>
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void remove()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next
    • Method Detail

      • remove

        public void remove()
        Deprecated.
        Specified by:
        remove in interface java.util.Iterator<T>