public interface MappingIterator extends org.openjena.atlas.lib.Closeable, java.util.Iterator<Mapping>
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the query as soon as is possible for the given iterator
|
Mapping |
nextMapping()
Get next binding
|
Mapping nextMapping()
void cancel()