public interface Sorter<E> extends CloseableInputProvider<E>
| Modifier and Type | Method and Description |
|---|---|
MutableObjectIterator<E> |
getIterator()
Gets the iterator over this input.
|
MutableObjectIterator<E> getIterator() throws InterruptedException
CloseableInputProvidergetIterator in interface CloseableInputProvider<E>InterruptedExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.