Interface SortingStrategy.EntrySupplier

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    Enclosing class:
    SortingStrategy

    static interface SortingStrategy.EntrySupplier
    extends java.io.Closeable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String next()
      The next line or null if the end is reached
      int wordCount()  
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • wordCount

        int wordCount()
      • next

        java.lang.String next()
                       throws java.io.IOException
        The next line or null if the end is reached
        Throws:
        java.io.IOException