Class WindowedSorterIterator<T>

java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<T>
org.aksw.commons.collections.WindowedSorterIterator<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<T>, CloseableIterator<T>

public class WindowedSorterIterator<T> extends SinglePrefetchIterator<T> implements CloseableIterator<T>