Interface ResIterator

  • All Superinterfaces:
    ClosableIterator<Resource>, ExtendedIterator<Resource>, java.util.Iterator<Resource>
    All Known Implementing Classes:
    ResIteratorImpl

    public interface ResIterator
    extends ExtendedIterator<Resource>
    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 Detail