|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.rdf2go.GraphIterator
public class GraphIterator
| Constructor Summary | |
|---|---|
GraphIterator(info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException> iterator,
RepositoryModel model)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
Statement |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphIterator(info.aduna.iteration.CloseableIteration<org.openrdf.model.Statement,org.openrdf.query.QueryEvaluationException> iterator,
RepositoryModel model)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Statement>hasNext in interface ClosableIterator<Statement>public Statement next()
next in interface java.util.Iterator<Statement>next in interface ClosableIterator<Statement>public void remove()
remove in interface java.util.Iterator<Statement>remove in interface ClosableIterator<Statement>public void close()
close in interface ClosableIterator<Statement>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||