|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResIterator
An iterator which returns RDF Resources.
RDF iterators are standard Java iterators, except that they
have an extra method that returns a specifically typed object,
in this case RDF Resource, and have a close() method
that should be called to free resources if the caller does not
complete the iteration.
| Method Summary | |
|---|---|
Resource |
nextResource()
|
| 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 |
|---|
Resource nextResource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||