java.lang.Object
org.apache.jena.atlas.iterator.IteratorSlotted<StreamRowRDF>
org.apache.jena.riot.system.IteratorStreamRowRDF
org.apache.jena.riot.system.IteratorStreamRDFText
- All Implemented Interfaces:
Iterator<StreamRowRDF>
,org.apache.jena.atlas.iterator.IteratorCloseable<StreamRowRDF>
,org.apache.jena.atlas.lib.Closeable
Testing/development convenience.
Iterator of StreamRowRDF (always a tuple) for an input stream of tokenized RDF terms.
-
Method Summary
Methods inherited from class org.apache.jena.atlas.iterator.IteratorSlotted
close, hasNext, next, peek, peek
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove