com.hp.hpl.jena.rdf.model
Interface ResIterator
- All Superinterfaces:
- ClosableIterator, ExtendedIterator, Iterator
public interface ResIterator
- extends ExtendedIterator
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.
- Version:
- Release='$Name: $' Revision='$Revision: 1.4 $' Date='$Date: 2003/08/27 13:05:52 $'
- Author:
- bwm
nextResource
Resource nextResource()
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP