Package org.apache.jena.graph
Interface TripleIterator
- All Superinterfaces:
ClosableIterator<Triple>
,Closeable
,ExtendedIterator<Triple>
,Iterator<Triple>
,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
close
Methods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, forEach, mapWith, nextOptional, removeNext, toList, toSet
Methods 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()
-