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
CloseableInputProvider
getIterator
in interface CloseableInputProvider<E>
InterruptedException
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.