public interface StmtIterator extends com.hp.hpl.jena.util.iterator.ExtendedIterator<Statement>
RDF iterators are standard Java iterators, except that they
have extras method to return specifically typed objects,
in this case RDF Statements and have a close() method
that should be called to free resources if the application does
not complete the iteration.
| Modifier and Type | Method and Description |
|---|---|
Statement |
nextStatement()
Return the next Statement of the iteration.
|
Statement nextStatement() throws NoSuchElementException
NoSuchElementException - if there are no more to be returned.Licenced under the Apache License, Version 2.0