java.lang.Object
org.apache.jena.util.iterator.NiceIterator<E>
org.apache.jena.mem2.iterator.IteratorOfJenaSets<E>
- Type Parameters:
E- the type of the elements
- All Implemented Interfaces:
Iterator<E>,org.apache.jena.atlas.iterator.IteratorCloseable<E>,org.apache.jena.atlas.lib.Closeable,ClosableIterator<E>,ExtendedIterator<E>
Iterator that iterates over the entries of sets which are contained in the given iterator of sets.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.util.iterator.NiceIterator
andThen, andThen, asList, asSet, close, close, emptyIterator, filterDrop, filterKeep, mapWith, remove, 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, nextOptional
-
Constructor Details
-
IteratorOfJenaSets
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from class:NiceIteratordefault hasNext: no elements, return false. -
next
Description copied from class:NiceIteratordefault next: throw an exception. -
forEachRemaining
-