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.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP