com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterDistinct
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
com.hp.hpl.jena.sparql.engine.iterator.QueryIter1
com.hp.hpl.jena.sparql.engine.iterator.QueryIterDistinctReduced
com.hp.hpl.jena.sparql.engine.iterator.QueryIterDistinct
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, org.openjena.atlas.io.Printable, org.openjena.atlas.lib.Closeable
public class QueryIterDistinct
- extends QueryIterDistinctReduced
A QueryIterator that surpresses items already seen.
Like com.hp.hpl.jena.util.iterators.UniqueExtendedIterator
except this one works on QueryIterators (and hence ClosableIterators)
| Methods inherited from class com.hp.hpl.jena.sparql.engine.iterator.QueryIter1 |
output |
| Methods inherited from interface org.openjena.atlas.io.Printable |
output |
QueryIterDistinct
public QueryIterDistinct(QueryIterator iter,
ExecutionContext context)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.