Package com.franz.agraph.jena
Class AGTripleIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<Triple>,org.apache.jena.atlas.iterator.IteratorCloseable<Triple>,org.apache.jena.atlas.lib.Closeable,ClosableIterator<Triple>,ExtendedIterator<Triple>
A utility class for iterating over Jena Triples.
-
Method Summary
Methods inherited from class org.apache.jena.util.iterator.NiceIterator
andThen, andThen, asList, asSet, close, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSetMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
forEach, nextOptionalMethods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceClosableIterator<Triple>- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.apache.jena.atlas.lib.Closeable- Overrides:
closein classNiceIterator<Triple>
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-