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

All Superinterfaces:
ClosableIterator, java.util.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

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



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