public class SafeTripleIterator extends Object implements ClosableIterator<Triple>
| Constructor and Description |
|---|
SafeTripleIterator(LPInterpreter interpreter,
TriplePattern goal) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the iterator.
|
boolean |
hasNext() |
Triple |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic SafeTripleIterator(LPInterpreter interpreter, TriplePattern goal)
public void close()
ClosableIteratorclose in interface ClosableIterator<Triple>Licenced under the Apache License, Version 2.0