com.hp.hpl.jena.rdf.model
Interface ResIterator

All Superinterfaces:
ClosableIterator, ExtendedIterator, java.util.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.3 $' Date='$Date: 2003/06/17 13:39:28 $'
Author:
bwm

Method Summary
 Resource nextResource()
           
 
Methods inherited from interface com.hp.hpl.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, mapWith
 
Methods inherited from interface com.hp.hpl.jena.util.iterator.ClosableIterator
close
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextResource

public Resource nextResource()


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.