Interface LogIterator

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, java.util.Iterator<LogEntry>

    public interface LogIterator
    extends java.util.Iterator<LogEntry>, java.io.Closeable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long size()  
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • size

        long size()
           throws java.io.IOException
        Throws:
        java.io.IOException