public class MergeSortIterator extends Object implements Iterator<org.openrdf.model.Value>
Value
s (which are
actually IV
s).Constructor and Description |
---|
MergeSortIterator(Iterator<org.openrdf.model.Value>[] sourceIterators) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearCurrent()
Clear tuples from other sources having the same key as the current tuple
(eliminates duplicates).
|
boolean |
hasNext() |
org.openrdf.model.Value |
next() |
void |
remove() |
public MergeSortIterator(Iterator<org.openrdf.model.Value>[] sourceIterators)
sourceIterators
- Each source iterator MUST be in ascending Value
order.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.