|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ontoware.rdf2go.model.impl.LazyUnionModelIterator
public class LazyUnionModelIterator
Returns all statements matching the pattern. Looks into each model. TODO test me - not needed for OpenRDF
| Constructor Summary | |
|---|---|
LazyUnionModelIterator(AbstractModelSetImpl impl,
TriplePattern pattern)
|
|
| 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 LazyUnionModelIterator(AbstractModelSetImpl impl,
TriplePattern pattern)
| Method Detail |
|---|
public void close()
close in interface ClosableIterator<Statement>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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||