Interface InputsSorter

  • All Known Implementing Classes:
    InputsSorterImpl

    public interface InputsSorter
    • Method Detail

      • sort

        EntryIterator sort​(java.util.List<EntryIterator> inputs)
                    throws java.io.IOException
        Sort multiple inputs from memory.
        Throws:
        java.io.IOException