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
public ReifiedStatement nextRS()
- return the next object, cast to a ReifedStatement
Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.