public class QueryRowIterator extends Object implements ClosableIterator<QueryRow>
| Constructor and Description |
|---|
QueryRowIterator(org.openrdf.query.TupleQueryResult queryResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
The uderlying implementation frees resources.
|
protected void |
finalize() |
boolean |
hasNext()
Returns true if the iteration has more elements.
|
QueryRow |
next()
Returns the next element in the iteration.
|
void |
remove()
Removes from the underlying collection the last element returned by the
iterator (optional operation).
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic QueryRowIterator(org.openrdf.query.TupleQueryResult queryResult)
public boolean hasNext()
ClosableIteratorpublic QueryRow next()
ClosableIteratorClosableIterator.hasNext() method returns false will return each
element in the underlying collection exactly once.public void remove()
ClosableIteratorpublic void close()
ClosableIteratorclose in interface ClosableIterator<QueryRow>Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.