Class OrderIterator.SortedIterators<E>
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator.SortedIterators<E>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
OrderIterator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSortedIterators
(Comparator<E> comparator, boolean distinct, List<Iterator<E>> iterators) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove