Interface Sorter<E>

All Superinterfaces:
AutoCloseable, Closeable, CloseableInputProvider<E>
All Known Subinterfaces:
PushSorter<E>
All Known Implementing Classes:
ExternalSorter

public interface Sorter<E> extends CloseableInputProvider<E>
The SortMerger interface representing the public interface to all specific Sort-Merge implementations.