- All Superinterfaces:
ClosableIterator<Triple>,org.apache.jena.atlas.lib.Closeable,ExtendedIterator<Triple>,Iterator<Triple>,org.apache.jena.atlas.iterator.IteratorCloseable<Triple>
An extended iterator that can return its next element as a Triple.
-
Method Summary
Methods inherited from interface org.apache.jena.util.iterator.ClosableIterator
closeMethods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, forEach, mapWith, nextOptional, removeNext, toList, toSetMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextTriple
Triple nextTriple()Answer the next() element cast to Triple.- Returns:
- (Triple) next()
-