public interface QueryIterator extends org.apache.jena.atlas.lib.Closeable, Iterator<Binding>, PrintSerializable
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the query as soon as is possible for the given iterator
|
Binding |
nextBinding()
Get next binding
|
close
forEachRemaining, hasNext, next, remove
output, toString
output
Binding nextBinding()
void cancel()
Licenced under the Apache License, Version 2.0