Interface SortingStrategy.EntrySupplier

All Superinterfaces:
AutoCloseable, Closeable
Enclosing class:
SortingStrategy

static interface SortingStrategy.EntrySupplier extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    The next line or null if the end is reached
    int
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details