Class IteratorOfJenaSets<E>

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>

public class IteratorOfJenaSets<E> extends NiceIterator<E>
Iterator that iterates over the entries of sets which are contained in the given iterator of sets.
  • Constructor Details

    • IteratorOfJenaSets

      public IteratorOfJenaSets(Iterator<? extends JenaSet<E>> parentIterator)
  • Method Details