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.
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextRS
ReifiedStatement nextRS()
- return the next object, cast to a ReifedStatement
Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP