Class GraphQlFieldExecIterator<T,K>
java.lang.Object
org.apache.jena.atlas.iterator.IteratorSlotted<T>
org.aksw.jenax.graphql.sparql.v2.exec.api.low.GraphQlFieldExecIterator<T,K>
- All Implemented Interfaces:
Iterator<T>,org.apache.jena.atlas.iterator.IteratorCloseable<T>,org.apache.jena.atlas.lib.Closeable
public class GraphQlFieldExecIterator<T,K>
extends org.apache.jena.atlas.iterator.IteratorSlotted<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GraphQlFieldExec<K>protected Tprotected ObjectNotationWriterInMemory<T,K, org.apache.jena.graph.Node> -
Constructor Summary
ConstructorsConstructorDescriptionGraphQlFieldExecIterator(GraphQlFieldExec<K> exec, ObjectNotationWriterInMemory<T, K, org.apache.jena.graph.Node> writer) -
Method Summary
Methods inherited from class org.apache.jena.atlas.iterator.IteratorSlotted
close, closeIterator, hasNext, isFinished, next, peek, peekMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
exec
-
writer
-
pendingItem
-
-
Constructor Details
-
GraphQlFieldExecIterator
public GraphQlFieldExecIterator(GraphQlFieldExec<K> exec, ObjectNotationWriterInMemory<T, K, org.apache.jena.graph.Node> writer)
-
-
Method Details