public interface ResIterator extends com.hp.hpl.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() |
Resource nextResource()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP