Class ProgressIterator<T>

java.lang.Object
org.apache.jena.atlas.iterator.IteratorWrapper<T>
org.apache.jena.system.progress.ProgressIterator<T>
All Implemented Interfaces:
Iterator<T>, org.apache.jena.atlas.iterator.IteratorCloseable<T>, org.apache.jena.atlas.lib.Closeable

public class ProgressIterator<T> extends org.apache.jena.atlas.iterator.IteratorWrapper<T>
Send ticks to a ProgressMonitor as an iterator moves forward.
  • Constructor Details

  • Method Details

    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
      Overrides:
      next in class org.apache.jena.atlas.iterator.IteratorWrapper<T>