com.hp.hpl.jena.sparql.engine.iterator
Class QueryIterSort
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.QueryIterPlainWrapper
com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, org.openjena.atlas.io.Printable, org.openjena.atlas.lib.Closeable
public class QueryIterSort
- extends QueryIterPlainWrapper
Sort a query iterator. Uses an in-memory sort, so limiting the size of
iterators that can be handled.
| Methods inherited from interface org.openjena.atlas.io.Printable |
output |
QueryIterSort
public QueryIterSort(QueryIterator qIter,
List<SortCondition> conditions,
ExecutionContext context)
QueryIterSort
public QueryIterSort(QueryIterator qIter,
Comparator<Binding> comparator,
ExecutionContext context)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.