public interface ResIterator extends org.apache.jena.util.iterator.ExtendedIterator<Resource>
RDF iterators are standard Java iterators, except that they
have an extra method that returns a specifically typed object,
in this case RDF Resource, and have a close() method
that should be called to free resources if the caller does not
complete the iteration.
| Modifier and Type | Method and Description |
|---|---|
Resource |
nextResource() |
andThen, filterDrop, filterKeep, mapWith, removeNext, toList, toSetforEachRemaining, hasNext, next, removeResource nextResource()
Licenced under the Apache License, Version 2.0