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

All Superinterfaces:
com.hp.hpl.jena.util.iterator.ClosableIterator<ReifiedStatement>, com.hp.hpl.jena.util.iterator.ExtendedIterator<ReifiedStatement>, Iterator<ReifiedStatement>

public interface RSIterator
extends com.hp.hpl.jena.util.iterator.ExtendedIterator<ReifiedStatement>

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.ExtendedIterator
andThen, filterDrop, filterKeep, mapWith, removeNext, toList, toSet
 
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



Licenced under the Apache License, Version 2.0