- All Superinterfaces:
ClosableIterator<Resource>
,org.apache.jena.atlas.lib.Closeable
,ExtendedIterator<Resource>
,Iterator<Resource>
,org.apache.jena.atlas.iterator.IteratorCloseable<Resource>
- All Known Implementing Classes:
ResIteratorImpl
An iterator which returns RDF Resources.
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.
-
Method Summary
Methods inherited from interface org.apache.jena.util.iterator.ClosableIterator
close
Methods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, forEach, mapWith, nextOptional, removeNext, toList, toSet
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextResource
Resource nextResource()
-