Interface InputsSorter
-
- All Known Implementing Classes:
InputsSorterImpl
public interface InputsSorter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryIteratorsort(java.util.List<EntryIterator> inputs)Sort multiple inputs from memory.
-
-
-
Method Detail
-
sort
EntryIterator sort(java.util.List<EntryIterator> inputs) throws java.io.IOException
Sort multiple inputs from memory.- Throws:
java.io.IOException
-
-