Class OfflineIterable.OfflineIterator<A,​B extends A>

  • All Implemented Interfaces:
    it.unimi.dsi.fastutil.objects.ObjectIterator<B>, SafelyCloseable, java.io.Closeable, java.lang.AutoCloseable, java.util.Iterator<B>
    Enclosing class:
    OfflineIterable<T,​U extends T>

    public static final class OfflineIterable.OfflineIterator<A,​B extends A>
    extends java.lang.Object
    implements it.unimi.dsi.fastutil.objects.ObjectIterator<B>, SafelyCloseable
    An iterator returned by an OfflineIterable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      protected void finalize()  
      boolean hasNext()  
      B next()  
      • Methods inherited from class java.lang.Object

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

        forEachRemaining, remove
      • Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator

        skip
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<A>
      • next

        public B next()
        Specified by:
        next in interface java.util.Iterator<A>
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable