public interface StmtIterator extends org.apache.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.
|
andThen, filterDrop, filterKeep, mapWith, removeNext, toList, toSetforEachRemaining, hasNext, next, removeStatement nextStatement() throws NoSuchElementException
NoSuchElementException - if there are no more to be returned.Licenced under the Apache License, Version 2.0