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

All Superinterfaces:
ClosableIterator, Iterator

public interface RSIterator
extends ClosableIterator

An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type.


Method Summary
 ReifiedStatement nextRS()
          return the next object, cast to a ReifedStatement
 
Methods inherited from interface com.hp.hpl.jena.util.iterator.ClosableIterator
close
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextRS

ReifiedStatement nextRS()
return the next object, cast to a ReifedStatement



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP