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, toSet
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
forEach, nextOptional
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceClosableIterator<Triple>
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.jena.atlas.lib.Closeable
- Overrides:
close
in classNiceIterator<Triple>
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-